freespee / freespee-php-api-client
A client class for the Freespee API
Installs: 17 152
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 16
Forks: 0
Open Issues: 0
Requires
- php: >=5.4.0
Requires (Dev)
- phpunit/phpunit: 4.*
This package is not auto-updated.
Last update: 2024-11-09 15:41:18 UTC
README
A PHP client class for the Freespee API
API Documentation
http://support.freespee.com/hc/en-us/categories/preview?developers
Recommended: using composer
In composer.json, add
"freespee/freespee-php-api-client": "~1.1"
to the require section
For more information, see https://packagist.org/packages/freespee/freespee-php-api-client
Using a git clone
git clone https://github.com/freespee/freespee-php-api-client.git
cd freespee-php-api-client
configure api account with information provided by Freespee:
cd settings
cp settings.php.default settings.php
nano settings.php
verify it's working:
cd <source root>
phpunit