Skip to content
This repository has been archived by the owner on Feb 17, 2020. It is now read-only.

Latest commit

 

History

History
32 lines (21 loc) · 1.37 KB

readme.md

File metadata and controls

32 lines (21 loc) · 1.37 KB

Flickr

Build Status Scrutinizer Code Quality Latest Stable Version Composer Downloads

Flickr API client with authorization for Nette Framework

Installation

The best way to install ipub/flickr is using Composer:

$ composer require ipub/flickr

After that you have to register extension in config.neon.

extensions:
	flickr: IPub\Flickr\DI\FlickrExtension

NOTE: Don't forget to register OAuth extension, because this extension is depended on it!

Documentation

Learn how to authenticate the user using Flickr's oauth or call Flickr's api in documentation.


Homepage http://www.ipublikuj.eu and repository http://github.com/iPublikuj/flickr.