PHPackages                             clemfromspace/grooveshark-php-api - 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. clemfromspace/grooveshark-php-api

ActiveLibrary

clemfromspace/grooveshark-php-api
=================================

PHP implementation of Grooveshark's Web API.

08PHP

Since Feb 16Pushed 11y agoCompare

[ Source](https://github.com/clemfromspace/grooveshark-php-api)[ Packagist](https://packagist.org/packages/clemfromspace/grooveshark-php-api)[ RSS](/packages/clemfromspace-grooveshark-php-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Grooveshark Web Api PHP
=======================

[](#grooveshark-web-api-php)

This is a PHP implementation of the [Grooveshark Web API](http://developers.grooveshark.com/docs/public_api/v3/).

Requirements
------------

[](#requirements)

PHP 5.3 or greater.

Installation
------------

[](#installation)

Using composer:

```
"require": {
    "clemfromspace/grooveshark-php-api": "dev-master"
}
```

Examples
--------

[](#examples)

First, request a session ID using your [application credentials](http://developers.grooveshark.com/api).

```
$session = new GroovesharkAPI\Session('YOUR APPLICATION KEY', 'YOUR APPLICATION SECRET');
$session->startSession();

$api = new GroovesharkAPI\GroovesharkAPI($session);
```

Using this session object, initialize the client :

```
$api = new GroovesharkAPI\GroovesharkAPI($session);
```

You can now send requests to Grooveshark's API :

```
$response = $api->getSongSearchResults('Beat it');
```

[Grooveshark Api documentation](http://developers.grooveshark.com/docs/public_api/v3/)

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/184d16c53cddc88e6aa1bd40ff2d5cf00a660d632907e2ec4496813f0ba914fc?d=identicon)[clemfromspace](/maintainers/clemfromspace)

---

Top Contributors

[![clemfromspace](https://avatars.githubusercontent.com/u/5702266?v=4)](https://github.com/clemfromspace "clemfromspace (11 commits)")

### Embed Badge

![Health badge](/badges/clemfromspace-grooveshark-php-api/health.svg)

```
[![Health](https://phpackages.com/badges/clemfromspace-grooveshark-php-api/health.svg)](https://phpackages.com/packages/clemfromspace-grooveshark-php-api)
```

PHPackages © 2026

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