galvao / comphpartment
Pocket's API access through PHP and Guzzle.
0.1.0-alpha
2016-08-23 06:28 UTC
Requires
- php: ^5.6
- guzzlehttp/guzzle: ^6.2
- monolog/monolog: ^1.21
Requires (Dev)
This package is auto-updated.
Last update: 2025-04-29 00:42:59 UTC
README
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.
Present and Future Features
- Create Content;
- 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.
Installation
Installation is done via Composer:
$ composer require galvao/comphpartment:0.1.0-alpha
Requirements:
ComPHPartment uses Guzzle for performing the API access and Monolog for logging the entire process.
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.
Contributing Guidelines
- All code must be compliant to PSRs #1, #2 and #4