wernerdweight / spotify-api-client-bundle
为wernerdweight/spotify-api-client提供的Symfony包封装。
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: 2024-08-29 05:22:42 UTC
README
此包封装了SpotifyApiClient到Symfony Bundle中。
安装
- 使用Composer下载
composer require wernerdweight/spotify-api-client-bundle
- 启用包
在您的Kernel中启用包
<?php // config/bundles.php return [ // ... WernerDweight\SpotifyApiClientBundle\SpotifyApiClientBundle::class => ['all' => true], ];
- 在项目中使用
use WernerDweight\SpotifyApiClientBundle\Service\ApiFactory; class MyService { // TODO: }
许可证
此包遵循MIT许可证。请参阅包根目录下的完整许可证。