Over the weekend I released the first version of flickr Lookup, a PHP library for accessing flickr via its API. It’s a simple wrapper which turns API requests into PHP functions which return an array of data, hiding the repetitive code such as making HTTP requests and encoding/decoding JSON.
The library is free to use under the MIT licence. I will be using it on my pub site, which I’m hoping to launch in the next couple of weeks, and it will be gradually extended as I explore the API.