grow-services / growclient-v1.1-php
Official PHP client library for GROW-Services.net API v1.1
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
This package is auto-updated.
Last update: 2024-10-29 04:31:03 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