ze-pequeno/pequeno-spotify-module
最新稳定版本:1.0.8
Composer 安装命令:
composer require ze-pequeno/pequeno-spotify-module
包简介
Zend Framework 2 Module for Spotify Web API
README 文档
README
PequenoSpotifyModule integrates Spotify Web API with Zend Framework 2 quickly and easily.
- Search service support
- Lookup service support
Release Information
Pequeno Spotify Module 1.0.9dev
This is the ninth maintenance release (in development) for the version 1.0 series.
17 August 2014
Installation
Installation of this module uses composer. For composer documentation, please refer to getcomposer.org.
php composer.phar require ze-pequeno/pequeno-spotify-module
# (When asked for a version, type `1.*`)
Then add PequenoSpotifyModule to your config/application.config.php.
Installation without composer is not officially supported and requires you to manually install all dependencies
that are listed in composer.json
Registered Services
pequeno.services.spotify: aPequenoSpotifyModule\Service\SpotifyServiceinstancePequeno\Service\SpotifyService: an alias ofpequeno.services.spotify
Service Locator
To access the SpotifyService, use the main service locator:
// for example, in a controller: $spotify = $this->getServiceLocator()->get('pequeno.services.spotify'); $spotify = $this->getServiceLocator()->get('Pequeno\Service\SpotifyService');
统计信息
- 总下载量: 162
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-02-23