ipub / flickr
This package is abandoned and no longer maintained.
No replacement package was suggested.
Flickr API client with authorization for Nette Framework
v1.1.3
2015-06-29 16:50 UTC
Requires
- php: >=5.4
- ext-json: *
- ipub/oauth: ^1.0.0
- nette/application: ~2.2
- nette/di: ~2.2
- nette/http: ~2.2
- nette/utils: ~2.2
Requires (Dev)
- janmarek/mockista: @dev
- nette/bootstrap: ~2.2
- nette/forms: ~2.2
- nette/mail: ~2.2
- nette/robot-loader: ~2.2
- nette/safe-stream: ~2.2
- nette/tester: @dev
- tracy/tracy: @dev
README
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.