freespee / freespee-php-api-client
A client class for the Freespee API
Package info
github.com/freespee/freespee-php-api-client
pkg:composer/freespee/freespee-php-api-client
1.1.5
2017-05-18 09:14 UTC
Requires
- php: >=5.4.0
Requires (Dev)
- phpunit/phpunit: 4.*
This package is not auto-updated.
Last update: 2026-03-14 22:39:20 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