Git Product home page Git Product logo

pequeno-spotify-module's Introduction

Zend Framework 2 Module for Spotify Web API

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.8dev

This is the eighth maintenance release (in development) for the version 1.0 series.

30 May 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 Service Names

  • 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');

pequeno-spotify-module's People

Contributors

ze-pequeno avatar

Stargazers

Daniel Beaudry avatar

Watchers

Daniel Beaudry avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.