Download the PHP package vinelab/itunes without Composer
On this page you can find all versions of the php package vinelab/itunes. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package itunes
iTunes
A simple yet full-fledged iTunes API client with caching capabilities.
Installation
Composer
"vinelab/itunes": "dev-master"
or refer to vinelab/itunes on packagist.org
Laravel
- Edit app.php and add
'Vinelab\ITunes\ITunesServiceProvider'
to the'providers'
array. It will automatically alias itself asITunes
which can be used as a Facade class. - Run
php artisan vendor:publish
to publish the config file.
This library supports Laravel 4 and Laravel 5.x, for installation in L4 use version 1.1.x.
Usage
Search
In Region
You can search in a specific region by siply suffixing any media search method name with InRegion
Lookup
Caching
you can specify the duration (in minutes) of caching per request as follows
NOTE: The last cache duration value set will remain for the rest of the requests so make sure you reset afterwards.
All versions of itunes with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
illuminate/support Version 4.*
illuminate/config Version 4.*
illuminate/cache Version 4.*
vinelab/http Version 1.*
illuminate/support Version 4.*
illuminate/config Version 4.*
illuminate/cache Version 4.*
vinelab/http Version 1.*
The package vinelab/itunes contains the following files
Loading the files please wait ....