selly / selly-php
PHP library for Selly's API
Installs: 780
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 1
Forks: 2
Open Issues: 1
pkg:composer/selly/selly-php
Requires
- php: ^5.4.0 || ^7.0 || ^8.0
- guzzlehttp/guzzle: ~6.0
This package is not auto-updated.
Last update: 2025-10-08 03:17:01 UTC
README
Installation
Install the library using Composer. Please refer to the Composer documentation if you are unfamiliar with Composer.
Execute:
$ composer require selly/selly-php
Usage
Visit the API documentation for complete method lists
<?php include __DIR__.'/vendor/autoload.php'; use \Selly as Selly; Selly\Client::authenticate('your account email', 'your api key'); // Get orders $orders = Selly\Orders::list(); ?>
License
The library is available as open source under the terms of the MIT License.