An open API service indexing awesome lists of open source software.

https://github.com/prolificinteractive/artgun-php

PHP ArtGun API Wrapper
https://github.com/prolificinteractive/artgun-php

Last synced: about 1 year ago
JSON representation

PHP ArtGun API Wrapper

Awesome Lists containing this project

README

          

PHP Wrapper for the ARTGUN API
====
Providers a simple wrapper to order and track items through ArtGun. Provides most of features for the API.
Example scripts are provided to show how to order items, cancel orders, and track shipments. An API key is
required to use any of the examples. All examples are meant to be called from the command line and can
be used for debugging purposes during development.

Documentation
====
Consult ArtGun's API documentation for further information.

Requirements
====
* PHP (5.3+)
* curl
* ArtGun API keys

License
====
This project is released under the MIT License. See the [LICENSE](LICENCE) file for more information.