12/12
2014
dev-master
9999999-devPHP Wrapper to access Petfinder.com API
MIT
The Development Requires
by Joe McFrederick
PHP Wrapper to access Petfinder.com API
PHP Library to interact with Petfinder.com API, (*1)
You can install this class via composer. Add to your composer.json file:, (*2)
"required": { "pickupman/petfinder": "dev-master" }
Then run composer update
from the command line in your projects root folder. Then instantiate the class by:, (*3)
$petfinder = new \Pickupman\Petfinder\Petfinder(['api_key' => PETFINDER_API_KEY, 'api_pass' => PETFINDER_API_PASSWORD);
PHP Wrapper to access Petfinder.com API
MIT