wernerdweight / spotify-api-client-bundle
Symfony bundle wrapper for wernerdweight/spotify-api-client.
Package info
github.com/wernerdweight/SpotifyApiClientBundle
Type:symfony-bundle
pkg:composer/wernerdweight/spotify-api-client-bundle
0.2.0
2019-12-09 06:45 UTC
Requires
- php: >=7.2.0
- symfony/framework-bundle: ^4.0
- thecodingmachine/safe: ^0.1.13
- wernerdweight/ra: ^1.0
- wernerdweight/spotify-api-client: ^0.2
Requires (Dev)
- thecodingmachine/phpstan-safe-rule: ^0.1.2
- wernerdweight/cs: ^1.2.1
This package is auto-updated.
Last update: 2026-03-01 00:13:03 UTC
README
This bundle wraps SpotifyApiClient into Symfony Bundle.
Installation
- Download using composer
composer require wernerdweight/spotify-api-client-bundle
- Enable the bundle
Enable the bundle in your kernel:
<?php // config/bundles.php return [ // ... WernerDweight\SpotifyApiClientBundle\SpotifyApiClientBundle::class => ['all' => true], ];
- Use in your project
use WernerDweight\SpotifyApiClientBundle\Service\ApiFactory; class MyService { // TODO: }
License
This bundle is under the MIT license. See the complete license in the root directiory of the bundle.