PHPackages                             pond/tunes - 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. pond/tunes

AbandonedArchivedLibrary[API Development](/categories/api)

pond/tunes
==========

Library for querying the Apple iTunes Store

v0.4.1(12y ago)142.2k21MITPHPPHP &gt;=5.3.2

Since Mar 8Pushed 11y ago1 watchersCompare

[ Source](https://github.com/daFish/pondtunes)[ Packagist](https://packagist.org/packages/pond/tunes)[ Docs](https://github.com/daFish/pondtunes)[ RSS](/packages/pond-tunes/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (11)Used By (1)

PondTunes
=========

[](#pondtunes)

[![Build Status](https://camo.githubusercontent.com/c00ae2b226a4bde60e29f6e64d647f450b1cf5935bf340453e0e38b2f97434c2/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f6461466973682f706f6e6474756e65732e706e67)](http://travis-ci.org/daFish/pondtunes)[![Dependency Status](https://camo.githubusercontent.com/58425cb72713066870bc343a769b02a03ca3a1f1a1b9b91000285c89205ed024/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3533393136323665343663343733633032363030303165632f62616467652e737667)](https://www.versioneye.com/user/projects/5391626e46c473c0260001ec)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/6df66cdd282dd82e0b4d390a44011a65e13bcd987bdd652e909ea7724251b91e/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6461466973682f706f6e6474756e65732f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/daFish/pondtunes/?branch=master)

PondTunes is a PHP 5.3+ library to query the Apple iTunes Store. It is the successor of [https://github.com/daFish/Zend\_Service\_Itunes](https://github.com/daFish/Zend_Service_Itunes).

This library is still under development but feel free to contribute in any way.

Installation:
-------------

[](#installation)

Add PondTunes to your `composer.json`:

```
{
    "require": {
        "pond/tunes": "*"
    }
}
```

Use PondTunes?
--------------

[](#use-pondtunes)

Basic example of querying the Apple iTunes Store API:

```
