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
- Host: GitHub
- URL: https://github.com/prolificinteractive/artgun-php
- Owner: prolificinteractive
- Created: 2014-05-21T17:59:54.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-21T18:00:29.000Z (about 12 years ago)
- Last Synced: 2025-03-14T01:46:12.675Z (over 1 year ago)
- Language: PHP
- Size: 113 KB
- Stars: 1
- Watchers: 41
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.