galvao/comphpartment

Pocket's API access through PHP and Guzzle.

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 10

Watchers: 1

Forks: 0

Open Issues: 14

pkg:composer/galvao/comphpartment

0.1.0-alpha 2016-08-23 06:28 UTC

This package is auto-updated.

Last update: 2025-09-29 01:57:29 UTC


README

ComPHPartment's Logo

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

  1. Get a Consumer Key at Pocket;
  2. Paste that key at config.json.dist and save it as config.json;
  3. 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

  1. All code must be compliant to PSRs #1, #2 and #4