PHPackages                             kruegge82/cargoboard - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. kruegge82/cargoboard

ActiveLibrary[HTTP &amp; Networking](/categories/http)

kruegge82/cargoboard
====================

&amp;lt;h4&amp;gt;Authentication.&amp;lt;/h4&amp;gt; &amp;lt;p&amp;gt;Authentication is done with X-API-KEY. You can request a key via mail to api@cargoboard.com.

v0.3(5mo ago)07unlicensePHPPHP ^8.1

Since Apr 12Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/kruegge82/cargoboard-php-api)[ Packagist](https://packagist.org/packages/kruegge82/cargoboard)[ Docs](https://openapi-generator.tech)[ RSS](/packages/kruegge82-cargoboard/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (4)Versions (4)Used By (0)

OpenAPIClient-php
=================

[](#openapiclient-php)

&lt;h4&gt;Authentication.&lt;/h4&gt; &lt;p&gt;Authentication is done with X-API-KEY. You can request a key via mail to .

For more information, please visit .

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 8.1 and later.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/GIT_USER_ID/GIT_REPO_ID.git"
    }
  ],
  "require": {
    "GIT_USER_ID/GIT_REPO_ID": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
