Download the PHP package ronaldcastillo/feedly-api without Composer
On this page you can find all versions of the php package ronaldcastillo/feedly-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ronaldcastillo/feedly-api
More information about ronaldcastillo/feedly-api
Files in ronaldcastillo/feedly-api
Download ronaldcastillo/feedly-api
More information about ronaldcastillo/feedly-api
Files in ronaldcastillo/feedly-api
Vendor ronaldcastillo
Package feedly-api
Short Description PHP wrapper around Feedly's REST API
License MIT
Homepage https://github.com/stakisko/feedly-api
Package feedly-api
Short Description PHP wrapper around Feedly's REST API
License MIT
Homepage https://github.com/stakisko/feedly-api
Please rate this library. Is it a good library?
Informations about the package feedly-api
NOTICE You can find the first edition of my code here dev
feedly-api
PHP wrapper around Feedly's REST API.
Under Construction! Not every API's functionality implemented yet.
Notes
Check the examples before anything.
If you are working in Sandbox mode of Feedly's API you should know a couple of things.
- Your Client's ID, secret must taken from here, which is updated very often so be sure to check it once in while.
- While in Sandbox mode, only "http://localhost" is permited for callback url. So leave it as is and just replace it every time with your domain, if it's different. You can also add you own to permitted domains here.
- Once you've done developing you can contact Feedly and ask them to put you on production.
Instalation
Add this to your composer.json
Or download the ZIP.
Documentation
Constructor:
Authentication:
Check the example.
Note that not every Feedly actions need authentication. Passing a token is optional.
Endpoints
Contribute
- Create a branch
- Add your models here
- Run tests with
phpunit
- Make a Pull Request
Licence
All versions of feedly-api with dependencies
PHP Build Version
Package Version
Requires
ext-curl Version
*
The package ronaldcastillo/feedly-api contains the following files
Loading the files please wait ....