Download the PHP package mmoreram/spotify-api-bundle without Composer
On this page you can find all versions of the php package mmoreram/spotify-api-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mmoreram/spotify-api-bundle
More information about mmoreram/spotify-api-bundle
Files in mmoreram/spotify-api-bundle
Package spotify-api-bundle
Short Description Easy Spotify Api interface for Symfony2 projects
License MIT
Homepage https://github.com/mmoreram/SpotifyApiBundle
Informations about the package spotify-api-bundle
SpotifyApiBundle for Symfony2
This bundle is only a wrapper of Spotify Api for all Symfony2 developers. You can find all API specification here
Table of contents
- Installing/Configuring
- Tags
- Installing SpotifyApiBundle
- API Search
- API Lookup
- Contribute
Installing/Configuring
Tags
- Use version
1.0-dev
for last updated. Alias ofdev-master
. - Use last stable version tag to stay in a stable release.
Installing SpotifyApiBundle
You have to add require line into you composer.json file
Then you have to use composer to update your project dependencies
And register the bundle in your appkernel.php file
API Search
You can search a simple artist name, getting an array of Artists, with a maximum of 100 results
You can also search also a simple artist name, getting only first Artist
You can search a simple Album name, getting an array of Albums, with a maximum of 100 results
You can also search also a simple artist name, getting only first Artist
You can search a simple Track name, getting an array of Tracks, with a maximum of 100 results
You can also search also a simple artist name, getting only first Artist
API Lookup
Given an artist code, you can get all related information by using the Spitify Api Lookup service
Given an album code, you can also get all related information it
And given a track code, you can also get all related information about it
Contribute
All code is Symfony2 Code formatted, so every pull request must validate phpcs standards. You should read Symfony2 coding standards and install this CodeSniffer to check all code is validated.
There is also a policy for contributing to this project. All pull request must be all explained step by step, to make us more understandable and easier to merge pull request. All new features must be tested with PHPUnit.
If you'd like to contribute, please read the Contributing Code part of the documentation. If you're submitting a pull request, please follow the guidelines in the Submitting a Patch section and use the Pull Request Template.
All versions of spotify-api-bundle with dependencies
symfony/config Version >=2.1
symfony/http-kernel Version >=2.1
symfony/dependency-injection Version >=2.1
sensio/buzz-bundle Version >=1.0.0