Entrepot SDK for PHP 🚀


README

Entrepot SDK for PHP 🚀

Installation

composer require entrepot/sdk

Usage

use Entrepot\SDK\Client;

$client = new Client(['clientId' => 'yourClientId']);
var_dump($client->products->list());

Documentation

https://entrepot.dev/docs/sdk/php

Contributing

Please check the CONTRIBUTING.md doc for contribution guidelines.

Development

Install dependencies:

composer install

Run examples at http://localhost:62000/ with php built-in server:

composer serve

And test your code:

composer test

License

This software is licensed under MIT.

Contributors

Ugo Stephant
Ugo Stephant
💻 📖 🔧