Petfinder via Kohana module by Soon Van

Petfinder is an online, searchable database of animals who need homes and this module wraps their API into an easy to call batch of methods.

Easily connects a Kohana 3.2 powered website with the Petfinder API and display pet or shelter information as needed from its database.

Initially developed for use at Little Hills of Kentucky Animal Rescue.

Download the code from GitHub.

Homogenisation of results

The returned object data from the API can be in either XML or JSON format. To help make things easier, the module will just parse either format and send back an array of the data so you don't have to work out if you need to use the XML or JSON format of extracting its values.

» Back to main projects/code listing