Skip to content

jfizz/shirtsio-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Obtain the latest version at:

git clone https://github.com/shirtsio/shirtsio-php

To get started, add the following to your PHP script:

require_once("/path/to/shirtsio-php/lib/Shirtsio.php");

Simple usage looks like:

Shirtsio::setApiKey('0ef58f89c6c8d0ce3f71e4ab3537db4e24d6ac40');
$categories_resp = Products::list_categories();
print_r($categories_resp);

Documentation

Please see www.shirts.io/docs/overview for up-to-date documentation.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages