PHPackages                             sp-express/php-sdk - 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. [API Development](/categories/api)
4. /
5. sp-express/php-sdk

ActiveLibrary[API Development](/categories/api)

sp-express/php-sdk
==================

v1.0.1(7mo ago)23.6k1MITPHPPHP &gt;8.1CI passing

Since Nov 22Pushed 7mo ago1 watchersCompare

[ Source](https://github.com/sp-express/php-sdk)[ Packagist](https://packagist.org/packages/sp-express/php-sdk)[ RSS](/packages/sp-express-php-sdk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (3)Versions (10)Used By (0)

SP Express PHP SDK
==================

[](#sp-express-php-sdk)

[![Latest Version on Packagist](https://camo.githubusercontent.com/4e0de285e37c7f7b5052d9bb8f1edcc94d530b502a003c62e74ed697616c66dd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73702d657870726573732f7068702d73646b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sp-express/php-sdk)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENCE.md)[![PHP-CS-Fixer](https://github.com/sp-express/php-sdk/actions/workflows/lint.yml/badge.svg)](https://github.com/sp-express/php-sdk/actions/workflows/lint.yml)[![Psalm Static analysis](https://github.com/sp-express/php-sdk/actions/workflows/psalm.yml/badge.svg)](https://github.com/sp-express/php-sdk/actions/workflows/psalm.yml)

The **SP Express SDK** makes it easy for developers to access [sp.express](https://sp.express) API.

[![SP Express](./docs/sp-ex-bl.png)](./docs/sp-ex-bl.png)

Disclaimer
----------

[](#disclaimer)

Please note that not all API methods are currently implemented in this SDK. If you need functionality that is not available in the SDK:

- You can make raw API requests directly to the SP Express API
- Consider opening an issue on our [Github Issue Tracker](https://github.com/sp-express/php-sdk/issues) to request the missing functionality

Jump To:
--------

[](#jump-to)

- [Getting Started](#Getting-Started)
- [Quick Examples](#Quick-Examples)
- [Getting Help](#Getting-Help)
- [Contributing](#Contributing)

Getting Started
---------------

[](#getting-started)

1. **Sign up** – Before you begin, you need to obtain a login and API key from your salesman. Contact can be found in [your panel](https://sp.express/panel)
2. **Minimum requirements** – To run the SDK, your system needs to have **PHP 8.1 or higher** with the cURL extension installed.
3. **Install the SDK** – Using [Composer](http://getcomposer.org) is the recommended way to install the SP Express SDK for PHP: ```
    composer require sp-express/php-sdk

    ```

Quick Examples
--------------

[](#quick-examples)

### Create a client

[](#create-a-client)

```
