Skip to content

Selly/selly-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

Selly PHP

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.

About

PHP library for Selly's API

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages