Skip to content

grow-services/growclient-v1.1-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

growclient-v1.1-php

Official PHP client library for GROW-Services.net API v1.1

Usage

See examples at /example folder to know how to use library.

Testing

  1. Install phpunit globally to your system
  2. Setup your API username and password in phpunit.xml:
copy phpunit.xml.dist phpunit.xml
nano phpunit.xml
  1. Run tests:
phpunit