PHPackages                             toppy/sendcloud-v2-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. toppy/sendcloud-v2-client

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

toppy/sendcloud-v2-client
=========================

Complete Sendcloud API v2 specification - merged from official sendcloud.dev documentation

0.4.2(3mo ago)022↓100%MITPHPPHP ^8.2

Since Jan 8Pushed 3mo agoCompare

[ Source](https://github.com/toppynl/sendcloud-v2-php-client)[ Packagist](https://packagist.org/packages/toppy/sendcloud-v2-client)[ Docs](https://sendcloud.dev/docs/getting-started/)[ RSS](/packages/toppy-sendcloud-v2-client/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (13)Versions (7)Used By (0)

toppy/sendcloud-client
======================

[](#toppysendcloud-client)

Complete Sendcloud API v2 specification - merged from official sendcloud.dev documentation

For more information, please visit .

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/GIT_USER_ID/GIT_REPO_ID.git"
    }
  ],
  "require": {
    "GIT_USER_ID/GIT_REPO_ID": "*@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`:

```
