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

ActiveLibrary[API Development](/categories/api)

firelike/itunes-api
===================

Zend Framework module to consume iTunes APIs

v1.0.3(9y ago)16781BSD-3-ClausePHPPHP ^5.6 || ^7.0

Since Dec 22Pushed 5y ago1 watchersCompare

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

READMEChangelog (4)Dependencies (4)Versions (5)Used By (0)

iTunes API Client
-----------------

[](#itunes-api-client)

[![Build Status](https://camo.githubusercontent.com/09836ee01208ab3e24bd4fde0ee717abd231f31ebfbd332709180a21be6c4b1a/68747470733a2f2f7472617669732d63692e6f72672f666972656c696b652f6974756e65732d6170692e7376673f6272616e63683d6d617374657226666f726d61743d666c61742d737175617265)](https://travis-ci.org/firelike/itunes-api)[![License](https://camo.githubusercontent.com/5075fe4e6b3e9427b9d1b1b41d17c22759efbc537cfbc069657eb8ed209a2ec0/68747470733a2f2f706f7365722e707567782e6f72672f666972656c696b652f6974756e65732d6170692f6c6963656e73653f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/firelike/itunes-api)

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

[](#introduction)

Laminas/Zend Framework module to consume iTunes API

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

[](#installation)

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

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

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

[](#configuration)

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

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

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

```
