ze-pequeno/pequeno-spotify-module 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

Build Status Coverage Status

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: a PequenoSpotifyModule\Service\SpotifyService instance
  • Pequeno\Service\SpotifyService: an alias of pequeno.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

GitHub 信息

  • Stars: 4
  • Watchers: 2
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2013-02-23