PHPackages                             alexispplin/sendcloud-v3 - 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. alexispplin/sendcloud-v3

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

alexispplin/sendcloud-v3
========================

Provides a client to interact with the Sendcloud v3 API in an object-oriented way.

v1.0.0(3mo ago)0335—10%[1 issues](https://github.com/AlexisPPLIN/sendcloud-v3/issues)[2 PRs](https://github.com/AlexisPPLIN/sendcloud-v3/pulls)MITPHPPHP &gt;=8.2.0CI passing

Since Feb 17Pushed 1mo agoCompare

[ Source](https://github.com/AlexisPPLIN/sendcloud-v3)[ Packagist](https://packagist.org/packages/alexispplin/sendcloud-v3)[ Docs](https://github.com/AlexisPPLIN/sendcloud-v3)[ RSS](/packages/alexispplin-sendcloud-v3/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (11)Versions (8)Used By (0)

Sendcloud v3 ☁️
===============

[](#sendcloud-v3-️)

[![Packagist Version](https://camo.githubusercontent.com/c2968a9e4ee58b9342a02cfc788c3ac818e95db8e65cbc3f7994a5f55ba6bde3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616c6578697370706c696e2f73656e64636c6f75642d76333f6c696e6b3d68747470732533412532462532467061636b61676973742e6f72672532467061636b61676573253246616c6578697370706c696e25324673656e64636c6f75642d7633)](https://camo.githubusercontent.com/c2968a9e4ee58b9342a02cfc788c3ac818e95db8e65cbc3f7994a5f55ba6bde3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616c6578697370706c696e2f73656e64636c6f75642d76333f6c696e6b3d68747470732533412532462532467061636b61676973742e6f72672532467061636b61676573253246616c6578697370706c696e25324673656e64636c6f75642d7633)[![License](https://camo.githubusercontent.com/06203bbd950367bbf797de9d4b98b402d296ee91910f40f7804b8b7e6355d610/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f416c6578697350504c494e2f73656e64636c6f75642d7633)](https://camo.githubusercontent.com/06203bbd950367bbf797de9d4b98b402d296ee91910f40f7804b8b7e6355d610/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f416c6578697350504c494e2f73656e64636c6f75642d7633)

📦 About
-------

[](#-about)

Implementation of [Sendcloud v3 API](https://sendcloud.dev/api/v3) for PHP

Note

For v2 users, use [Webador/sendcloud](https://github.com/Webador/sendcloud)
(which this library is heavily inspired by)

⚙️ Requirements
---------------

[](#️-requirements)

- PHP 8.2+
- PSR7 &amp; PSR17 implementation

🛠️ Installation
---------------

[](#️-installation)

```
composer require alexispplin/sendcloud-v3
```

Note

This library uses [HTTPlug](https://docs.php-http.org/en/latest/httplug/users.html)

For this lib to work, you will need to install a PSR7 &amp; PSR17 implementation.
Check the full documentation here :

For example :

```
composer require symfony/http-client nyholm/psr7
```

🌐 Supported Endpoints
---------------------

[](#-supported-endpoints)

- [Orders](https://sendcloud.dev/api/v3/orders)

💡 Quick start
-------------

[](#-quick-start)

```
