PHPackages                             51eat/eat518 - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. 51eat/eat518

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

51eat/eat518
============

Eat518 PHP SDK

v0.0.3(1mo ago)01[1 PRs](https://github.com/NexuForma/51eat-sdk-php/pulls)Apache-2.0PHPPHP ^8.1CI passing

Since Apr 11Pushed 4w agoCompare

[ Source](https://github.com/NexuForma/51eat-sdk-php)[ Packagist](https://packagist.org/packages/51eat/eat518)[ RSS](/packages/51eat-eat518/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (2)Dependencies (14)Versions (6)Used By (0)

Eat518 PHP API library
======================

[](#eat518-php-api-library)

The Eat518 PHP library provides convenient access to the Eat518 REST API from any PHP 8.1.0+ application.

It is generated with [Stainless](https://www.stainless.com/).

Documentation
-------------

[](#documentation)

Installation
------------

[](#installation)

To use this package, install via Composer by adding the following to your application's `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "git@github.com:NexuForma/51eat-sdk-php.git"
    }
  ],
  "require": {
    "org-placeholder/eat518": "dev-main"
  }
}
```

Usage
-----

[](#usage)

This library uses named parameters to specify optional arguments. Parameters with a default value must be set by name.

```
