PHPackages                             ze-pequeno/pequeno-spotify-module - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. ze-pequeno/pequeno-spotify-module

ActiveLibrary[API Development](/categories/api)

ze-pequeno/pequeno-spotify-module
=================================

Zend Framework 2 Module for Spotify Web API

1.0.8(11y ago)41621MITPHPPHP &gt;=5.3.3

Since Mar 7Pushed 8y ago2 watchersCompare

[ Source](https://github.com/ze-pequeno/pequeno-spotify-module)[ Packagist](https://packagist.org/packages/ze-pequeno/pequeno-spotify-module)[ Docs](https://github.com/ze-pequeno/pequeno-spotify-module)[ RSS](/packages/ze-pequeno-pequeno-spotify-module/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (4)Versions (11)Used By (0)

Zend Framework 2 Module for Spotify Web API
===========================================

[](#zend-framework-2-module-for-spotify-web-api)

[![Build Status](https://camo.githubusercontent.com/ffc1d12ae42f8f3ee29d45b46a9b7773c490bf0f4e1d2b65162774ea3864bdc9/68747470733a2f2f7472617669732d63692e6f72672f7a652d70657175656e6f2f70657175656e6f2d73706f746966792d6d6f64756c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/ze-pequeno/pequeno-spotify-module) [![Coverage Status](https://camo.githubusercontent.com/892d6939efe5fcf80583f76777cdbca7ff0382f948d98bd974d26879735354da/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f7a652d70657175656e6f2f70657175656e6f2d73706f746966792d6d6f64756c652e737667)](https://coveralls.io/r/ze-pequeno/pequeno-spotify-module?branch=master)

PequenoSpotifyModule integrates Spotify Web API with Zend Framework 2 quickly and easily.

- Search service support
- Lookup service support

Release Information
-------------------

[](#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)

Installation of this module uses composer. For composer documentation, please refer to [getcomposer.org](http://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
-------------------

[](#registered-services)

- `pequeno.services.spotify`: a `PequenoSpotifyModule\Service\SpotifyService` instance
- `Pequeno\Service\SpotifyService`: an alias of `pequeno.services.spotify`

#### Service Locator

[](#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');
```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~66 days

Recently: every ~108 days

Total

9

Last Release

4338d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b2545314d0203eb46cfd1dd4737b0ebea69b25d53fb291193d6b7facb62eacb9?d=identicon)[ze-pequeno](/maintainers/ze-pequeno)

---

Top Contributors

[![ze-pequeno](https://avatars.githubusercontent.com/u/278258?v=4)](https://github.com/ze-pequeno "ze-pequeno (91 commits)")

---

Tags

servicemodulezf2spotify

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/ze-pequeno-pequeno-spotify-module/health.svg)

```
[![Health](https://phpackages.com/badges/ze-pequeno-pequeno-spotify-module/health.svg)](https://phpackages.com/packages/ze-pequeno-pequeno-spotify-module)
```

###  Alternatives

[mcn/elastic-search

A module that helps integration of elastic search

191.1k](/packages/mcn-elastic-search)[evandotpro/edp-github

Github API integration module for Zend Framework 2

242.3k](/packages/evandotpro-edp-github)[kablau-joustra/kj-sencha

Ext-JS / Sencha Touch RPC Intergration Module for Zend Framework 2

242.8k2](/packages/kablau-joustra-kj-sencha)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
