2017 © Pedro Peláez
 

library leanpub-api-client

A PHP client for the Leanpub API

image

matthiasnoback/leanpub-api-client

A PHP client for the Leanpub API

  • Wednesday, February 26, 2014
  • by matthiasnoback
  • Repository
  • 1 Watchers
  • 8 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 33 % Grown

The README.md

Leanpub API client for PHP

This library contains a PHP implementation of a client that can be used to connect to the Leanpub API. It is not feature-complete, but the features that are implemented are implemented fully and they work correctly. Feel free to submit PRs for adding new features or fields to existing DTOs, etc., (*1)

Installation

Using Composer, require the matthiasnoback/leanpub-api-client package., (*2)

This package uses the HTTPPlug to connect to the Leanpub API. This means you can any HTTP client you like by installing its adapter., (*3)

Usage

See the directory integration-tests/ to find out how to use this library., (*4)

There's also a command-line application. To find out more about the available commands, run:, (*5)

vendor/bin/leanpub.php

Run with -vvv to see the HTTP requests that the client makes to the Leanpub API., (*6)

The Versions

26/02 2014

dev-master

9999999-dev

A PHP client for the Leanpub API

  Sources   Download

MIT

The Requires

 

The Development Requires