2017 © Pedro Peláez
 

library petfinder

PHP Wrapper to access Petfinder.com API

image

pickupman/petfinder

PHP Wrapper to access Petfinder.com API

  • Friday, December 12, 2014
  • by pickupman
  • Repository
  • 1 Watchers
  • 0 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Petfinder PHP API

PHP Library to interact with Petfinder.com API, (*1)

Installation

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);

The Versions

12/12 2014

dev-master

9999999-dev

PHP Wrapper to access Petfinder.com API

  Sources   Download

MIT

The Development Requires

by Joe McFrederick