PHPackages                             firelike/nytimes-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/nytimes-api

ActiveLibrary[API Development](/categories/api)

firelike/nytimes-api
====================

Zend Framework module to consume NY Times APIs

v1.1.3(9y ago)0603BSD-3-ClausePHPPHP ^5.6 || ^7.0

Since Dec 18Pushed 1y ago1 watchersCompare

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

READMEChangelog (10)Dependencies (4)Versions (15)Used By (0)

NY Times API Client
-------------------

[](#ny-times-api-client)

[![Build Status](https://camo.githubusercontent.com/3eb43eb8f8b6821f638136a62245680226716d4d3e663fefcfcc8057b08fc4ee/68747470733a2f2f7472617669732d63692e6f72672f666972656c696b652f6e7974696d65732d6170692e7376673f6272616e63683d6d617374657226666f726d61743d666c61742d737175617265)](https://travis-ci.org/firelike/nytimes-api)[![License](https://camo.githubusercontent.com/f4e3e364547dacf196d52c00fbc849d0b81d79177ae4d71386d0192d395dc0b3/68747470733a2f2f706f7365722e707567782e6f72672f666972656c696b652f6e7974696d65732d6170692f6c6963656e73653f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/firelike/nytimes-api)

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

[](#introduction)

Zend Framework module to consume NY Times API

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

[](#installation)

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

```
{
    "require": {
        "firelike/nytimes-api": "^1.1"
    }
}
```

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

[](#configuration)

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

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

Copy and paste the `nytimes.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 `nytimes.local.php` might look something like the following:

```
