PHPackages                             magdv/cargo-php-api-client - 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. magdv/cargo-php-api-client

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

magdv/cargo-php-api-client
==========================

REST-Full API для логистической биржи cargomart.ru

3.0.1(10mo ago)0874MITPHPPHP &gt;=7.2

Since Jan 18Pushed 10mo ago1 watchersCompare

[ Source](https://github.com/magdv/cargo-php-api-client)[ Packagist](https://packagist.org/packages/magdv/cargo-php-api-client)[ Docs](https://cargomart.ru)[ RSS](/packages/magdv-cargo-php-api-client/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (13)Versions (31)Used By (0)

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

[](#openapiclient-php)

REST-Full API для логистической биржи cargomart.ru

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

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.2 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/magdv/cargo-php-api-client.git"
    }
  ],
  "require": {
    "magdv/cargo-php-api-client": "*@dev"
  }
}
```

Then run `composer install`

Your project is free to choose the http client of your choice Please require packages that will provide http client functionality:

As an example:

```
composer require guzzlehttp/guzzle php-http/guzzle7-adapter http-interop/http-factory-guzzle

```

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
