grow-services / growclient-v1.1-php
Official PHP client library for GROW-Services.net API v1.1
Package info
github.com/grow-services/growclient-v1.1-php
pkg:composer/grow-services/growclient-v1.1-php
v1.1.0
2015-08-18 15:45 UTC
Requires
- php: >=5.3
- guzzlehttp/guzzle: ^6.0
Requires (Dev)
- ext-curl: *
- phpunit/phpunit: ~4.6.6
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-08-29 01:55:00 UTC
README
Official PHP client library for GROW-Services.net API v1.1
Usage
See examples at /example folder to know how to use library.
Testing
- Install phpunit globally to your system
- Setup your API username and password in
phpunit.xml:
copy phpunit.xml.dist phpunit.xml nano phpunit.xml
- Run tests:
phpunit