500px API client with authorization for Nette Framework
The best way to install ipub/500px is using Composer:
$ composer require ipub/500px
After that you have to register extension in config.neon.
extensions:
500px: IPub\500px\DI\500pxExtension
NOTE: Don't forget to register OAuth extension, because this extension is depended on it!
Learn how to authenticate the user using 500px's oauth or call 500px's api in documentation.
Homepage http://www.ipublikuj.eu and repository http://github.com/iPublikuj/500px.