Download the PHP package matthiasnoback/leanpub-api-client without Composer
On this page you can find all versions of the php package matthiasnoback/leanpub-api-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download matthiasnoback/leanpub-api-client
More information about matthiasnoback/leanpub-api-client
Files in matthiasnoback/leanpub-api-client
Package leanpub-api-client
Short Description A PHP client for the Leanpub API
License MIT
Informations about the package leanpub-api-client
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.
Installation
Using Composer, require the matthiasnoback/leanpub-api-client
package.
This package uses the HTTPPlug to connect to the Leanpub API. This means you can any HTTP client you like by installing its adapter.
Usage
See the directory integration-tests/ to find out how to use this library.
There's also a command-line application. To find out more about the available commands, run:
Run with -vvv
to see the HTTP requests that the client makes to the Leanpub API.
All versions of leanpub-api-client with dependencies
ext-json Version *
beberlei/assert Version ^3.3
thecodingmachine/safe Version ^1.3
psr/http-message Version ^1.0
php-http/client-implementation Version ^1.0
php-http/httplug Version ^2.3
php-http/message-factory Version ^1.0
php-http/discovery Version ^1.14
php-http/message Version ^1.13
symfony/console Version ^6.0
symfony/dotenv Version ^6.0
php-http/logger-plugin Version ^1.3