pickupman / petfinder
PHP Wrapper to access Petfinder.com API
dev-master
2014-12-12 21:45 UTC
Requires (Dev)
- mockery/mockery: 0.9.*@dev
- phpunit/phpunit: 4.0.*
This package is not auto-updated.
Last update: 2025-03-29 18:48:52 UTC
README
PHP Library to interact with Petfinder.com API
Installation
You can install this class via composer. Add to your composer.json file:
"required": {
"pickupman/petfinder": "dev-master"
}
Then run composer update
from the command line in your projects root folder. Then instantiate the class by:
$petfinder = new \Pickupman\Petfinder\Petfinder(['api_key' => PETFINDER_API_KEY, 'api_pass' => PETFINDER_API_PASSWORD);