, (*1)
ComPHPartment
Pocket's API access through PHP and Guzzle
ComPHPartment is a component designed to provide access to Pocket's API through PHP and Guzzle., (*2)
Present and Future Features
- [x] Create Content;
- [x] Retrieve Content list;
- [ ] Retrieve a single item;
- [ ] Update Content;
- [ ] Delete Content;
- [ ] Synchronize Content;
- [ ] Create Tags;
- [ ] Retrieve list of current Tags;
- [ ] Update Tags;
- [ ] Delete Tags;
- [ ] Add Tags;
- [ ] Remove Tags;
For more information see the issues page., (*3)
Installation
Installation is done via Composer:, (*4)
$ composer require galvao/comphpartment:0.1.0-alpha
Requirements:
ComPHPartment uses Guzzle for performing the API access and Monolog for logging the entire process., (*5)
Usage
- Get a Consumer Key at Pocket;
- Paste that key at config.json.dist and save it as config.json;
- See a full working example at the public-example folder.
Contributing / ToDo
Contributors
All issues, being enhancements, bugs, etc... must be filled through the issues page., (*6)
Contributing Guidelines
- All code must be compliant to PSRs #1, #2 and #4