Download the PHP package atomescrochus/laravel-deezer-api without Composer
On this page you can find all versions of the php package atomescrochus/laravel-deezer-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download atomescrochus/laravel-deezer-api
More information about atomescrochus/laravel-deezer-api
Files in atomescrochus/laravel-deezer-api
Package laravel-deezer-api
Short Description An easy way to interact with the Deezer API from any Laravel >= 5.3 application.
License MIT
Homepage https://github.com/atomescrochus/laravel-deezer-api
Informations about the package laravel-deezer-api
Search the Deezer Web API
The atomescrochus/laravel-deezer-api
package provide and easy way to search the Deezer Web API from any Laravel >= 5.3 application.
This package is usable in production, but should still be considered a work in progress (contribution welcomed!). It requires PHP >= 7.0
.
Install
You can install this package via composer:
Then you have to install the package' service provider, unless you are running Laravel >=5.5 (it'll use package auto-discovery) :
Usage
Results
In the example above, what is returned in $results
is an object containing: a collection of results; a count value for the results; raw response data; and the unformatted query sent to the API.
Tests
This is basically a wrapper around the API. We're assuming the Deezer API has been tested, and we won't duplicated tests.
Change log
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONDUCT for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Jean-Philippe Murray
- All Contributors
License
The MIT License (MIT). Please see License File for more information.