pickupman / petfinder
PHP Wrapper to access Petfinder.com API
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/pickupman/petfinder
Requires (Dev)
- mockery/mockery: 0.9.*@dev
- phpunit/phpunit: 4.0.*
This package is not auto-updated.
Last update: 2025-09-27 21:15:42 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);