entrepot / sdk
Entrepot SDK for PHP 🚀
0.0.1-alpha.1
2020-05-02 11:40 UTC
Requires
- php: >=7.3.0
- guzzlehttp/guzzle: ^6.5
Requires (Dev)
- phpunit/phpunit: ^9.1
- squizlabs/php_codesniffer: ^3.5
- dev-master
- 0.0.1-alpha.1
- dev-renovate/phpunit-phpunit-12.x
- dev-renovate/codecov-codecov-action-5.x
- dev-renovate/squizlabs-php_codesniffer-3.x
- dev-renovate/phpunit-phpunit-9.x
- dev-renovate/actions-checkout-4.x
- dev-dependabot/composer/guzzlehttp/psr7-1.9.1
- dev-dependabot/composer/guzzlehttp/guzzle-7.4.5
- dev-renovate/actions-checkout-3.x
This package is not auto-updated.
Last update: 2025-04-28 11:29:43 UTC
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 💻 📖 🔧 |
---|