Componette

Componette

ipublikuj-archive

ipublikuj-archive / flickr v1.1.3

Flickr API client with authorization for Nette Framework

download-cloud-line composer require ipub/flickr

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.

  • v1.1.3 v1.1.3

    • Minor fixes
  • v1.1.2 v1.1.2

    • Updated composer info
  • v1.1.1 v1.1.1

    • Fixed photo upload with params
  • v1.1.0 v1.1.0

    • Splitted into two extensions
    • Updated request according to OAuth specification
    • Cleaned code
  • v1.0.1 v1.0.1

    • Minor code changes
    • Code cleaning
    • Removed testing hacks
  • v1.0.0 v1.0.0

    First stable release

bar-chart-fill

Statistics

download-cloud-fill
180
star-fill
2
bug-fill
1
flashlight-fill
8.4y
price-tag-2-line

Badges

guide-fill

Dependencies

php (>=5.4)
nette/di (~2.2)
ipub/oauth (^1.0.0)
ext-json (*)
Componette Componette felix@nette.org