2017 © Pedro PelĂĄez
 

library tunes

Library for querying the Apple iTunes Store

image

pond/tunes

Library for querying the Apple iTunes Store

  • Tuesday, January 27, 2015
  • by daFish
  • Repository
  • 1 Watchers
  • 13 Stars
  • 2,160 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 3 Forks
  • 6 Open issues
  • 11 Versions
  • 0 % Grown

The README.md

PondTunes

Build Status Dependency Status Scrutinizer Code Quality, (*1)

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., (*2)

This library is still under development but feel free to contribute in any way., (*3)

Installation:

Add PondTunes to your composer.json:, (*4)

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

Use PondTunes?

Basic example of querying the Apple iTunes Store API:, (*5)

<?php

use Pond\Tunes\Search;
use Pond\Tunes\Tunes;
use HttpAdapter\CurlHttpAdapter;

$httpAdapter = new CurlHttpAdapter();

$search = new Search($httpAdapter);
$search->setTerms('angry birds')
       ->setEntity(array(Tunes::MEDIATYPE_SOFTWARE => 'software'));

$result = $search->request();

$result contains the result in JSON. You can easily return this result in any AJAX-request., (*6)

The Versions

27/01 2015

dev-master

9999999-dev https://github.com/daFish/pondtunes

Library for querying the Apple iTunes Store

  Sources   Download

MIT

The Requires

 

by Marcus Stöhr

apple webservice itunes

24/06 2013

dev-feature/results

dev-feature/results https://github.com/daFish/pondtunes

Library for querying the Apple iTunes Store

  Sources   Download

MIT

The Requires

 

by Marcus Stöhr

apple webservice itunes

18/06 2013

dev-feature/httpclients

dev-feature/httpclients https://github.com/daFish/pondtunes

Library for querying the Apple iTunes Store

  Sources   Download

MIT

The Requires

 

by Marcus Stöhr

apple webservice itunes

15/06 2013

v0.4.1

0.4.1.0 https://github.com/daFish/pondtunes

Library for querying the Apple iTunes Store

  Sources   Download

MIT

The Requires

 

by Marcus Stöhr

apple webservice itunes

02/04 2013

v0.4.0

0.4.0.0 https://github.com/daFish/pondtunes

Library for querying the Apple iTunes Store

  Sources   Download

MIT

The Requires

 

by Marcus Stöhr

apple webservice itunes

21/01 2013

v0.3.2

0.3.2.0 https://github.com/daFish/pondtunes

Library for querying the Apple iTunes Store

  Sources   Download

MIT

The Requires

 

by Marcus Stöhr

apple webservice itunes

05/11 2012

v0.3.1

0.3.1.0 https://github.com/daFish/pondtunes

Library for querying the Apple iTunes Store

  Sources   Download

MIT

The Requires

 

by Marcus Stöhr

apple webservice itunes

05/11 2012

v0.3.0

0.3.0.0 https://github.com/daFish/pondtunes

Library for querying the Apple iTunes Store

  Sources   Download

MIT

The Requires

 

by Marcus Stöhr

apple webservice itunes

08/07 2012

v0.2.0

0.2.0.0 https://github.com/daFish/pondtunes

Library for querying the Apple iTunes Store

  Sources   Download

MIT

The Requires

 

by Marcus Stöhr

apple webservice itunes

04/07 2012

v0.1.1

0.1.1.0 https://github.com/daFish/pondtunes

Library for querying the Apple iTunes Store

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

by Marcus Stöhr

apple webservice itunes

08/03 2012

v0.1.0

0.1.0.0 https://github.com/daFish/pondtunes

Library for querying the Apple iTunes Store

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

by Marcus Stöhr

apple webservice itunes