├── .gitignore ├── README.md └── classes └── itunes.php /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janerikvw/PHP-iTunes-API/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janerikvw/PHP-iTunes-API/HEAD/README.md -------------------------------------------------------------------------------- /classes/itunes.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janerikvw/PHP-iTunes-API/HEAD/classes/itunes.php --------------------------------------------------------------------------------