dev-master
9999999-devA PHP client for the Leanpub API
MIT
The Requires
The Development Requires
Wallogit.com
2017 © Pedro Peláez
A PHP client for the Leanpub API
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)
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)
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)
A PHP client for the Leanpub API
MIT