Table of Contents
Random Photo

Flickr-PHP API Library

Flickr-PHP is a simple wrapper library that facilitate the usage of flickr's API in for web applications written in PHP. Version 1.0 is a functionally equivalent rewrite of Satellite v1.5.

The history behind is that I was looking for something that allowed me to interact with my flickr account within this website in a simple dynamic and efficient way.
I know now that a number of options exist for this purpose, but I tried Satellite v1.5 first. After looking through the code I started changing stuff and soon realised that a full rewrite without a full XML parser would yield a much better library with little work. And so Flickr-PHP was born.

When compared to Satellite v1.5, Flickr-PHP is more efficient, quicker, cleaner, smaller and safer. Have a look!

Flickr-PHP is free software distributed under the GPL license. Full commented source code is available below.

flickrphp v1.0 - 19 February 2009
Initial version. This is a rewrite of Satellite v1.5 by Ted Forbes with little added functionality.