Entrepot SDK for PHP 🚀

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 10

pkg:composer/entrepot/sdk


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
💻 📖 🔧