PHPackages                             firelike/litres-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. firelike/litres-api

ActiveLibrary[API Development](/categories/api)

firelike/litres-api
===================

Zend Framework module to consume LitRes APIs

v1.0.0(9y ago)215BSD-3-ClausePHPPHP ^5.6 || ^7.0

Since Dec 31Pushed 9y ago1 watchersCompare

[ Source](https://github.com/firelike/litres-api)[ Packagist](https://packagist.org/packages/firelike/litres-api)[ RSS](/packages/firelike-litres-api/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

LitRes API Client
-----------------

[](#litres-api-client)

[![Build Status](https://camo.githubusercontent.com/d1eecd799dc9bbeb2cf4eab6e7060a8cc17827d05e07e64b8374e14a0e4fdec0/68747470733a2f2f7472617669732d63692e6f72672f666972656c696b652f6c69747265732d6170692e7376673f6272616e63683d6d617374657226666f726d61743d666c61742d737175617265)](https://travis-ci.org/firelike/litres-api)[![License](https://camo.githubusercontent.com/7ed73b9e9f2acc42753740f6bd927025851f37872d6be9af7bd3945636bb196e/68747470733a2f2f706f7365722e707567782e6f72672f666972656c696b652f6c69747265732d6170692f6c6963656e73653f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/firelike/litres-api)

Introduction
------------

[](#introduction)

Zend Framework module to consume LitRes API

Installation
------------

[](#installation)

Install the module using Composer into your application's vendor directory. Add the following line to your `composer.json`.

```
{
    "require": {
        "firelike/litres-api": "^1.0"
    }
}
```

Configuration
-------------

[](#configuration)

Enable the module in your `application.config.php` file.

```
return array(
    'modules' => array(
        'Firelike\LitRes'
    )
);
```

Copy and paste the `litres.local.php.dist` file to your `config/autoload` folder and customize it with your credentials and other configuration settings. Make sure to remove `.dist` from your file.Your `litres.local.php` might look something like the following:

```
