Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

jeanmask/flickr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flickr API Module for Kohana 3.3.x

How to use:

Configuration

  1. Copy config/flickr.php to application's config folder
  2. Set your API-Key and Secret ( more info )
  3. Set cache lifetime in seconds or false to disable

Use

Instantiate the Class and execute query method. ex: echo Kohana::debug( Flickr::instance()->query('flickr.test.echo') );

Dependencies

Cache Module is required to caching requests.

Obs

All received data use php_serial after is converted to Array.

Sugestions? jean@webmais.net.br

[]'s :)

About

Kohana 3.x module for Flickr API

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages