wernerdweight / spotify-api-client-bundle
Symfony bundle wrapper for wernerdweight/spotify-api-client.
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 2
Type:symfony-bundle
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: 2024-11-29 05:56:59 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.