PHPackages                             yzpeedro/genius-php-sdk - 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. yzpeedro/genius-php-sdk

ActiveLibrary[API Development](/categories/api)

yzpeedro/genius-php-sdk
=======================

Software development kit for Genius api

1.0.1(4y ago)15MITPHP

Since Feb 20Pushed 4y ago1 watchersCompare

[ Source](https://github.com/yzPeedro/genius-php-sdk)[ Packagist](https://packagist.org/packages/yzpeedro/genius-php-sdk)[ RSS](/packages/yzpeedro-genius-php-sdk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (6)Used By (0)

GENIUS API - PHP SDK
====================

[](#genius-api---php-sdk)

 Welcome to Software development kit for Genius api

[![Genius](https://camo.githubusercontent.com/d292c67b6a9ccaf56116442dc6e14e62a540dd4481dccd311bce255d6e3c7643/68747470733a2f2f75706c6f61642e77696b696d656469612e6f72672f77696b6970656469612f636f6d6d6f6e732f7468756d622f612f61642f47656e6975735f776562736974655f6c6f676f2e7376672f3132303070782d47656e6975735f776562736974655f6c6f676f2e7376672e706e67)](https://camo.githubusercontent.com/d292c67b6a9ccaf56116442dc6e14e62a540dd4481dccd311bce255d6e3c7643/68747470733a2f2f75706c6f61642e77696b696d656469612e6f72672f77696b6970656469612f636f6d6d6f6e732f7468756d622f612f61642f47656e6975735f776562736974655f6c6f676f2e7376672f3132303070782d47656e6975735f776562736974655f6c6f676f2e7376672e706e67)

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

[](#installation)

using composer

```
composer require yzpeedro/genius-php-sdk
```

Basic Usage
-----------

[](#basic-usage)

```
require __DIR__ . "/vendor/autoload.php";

// get GeniusSDK class
use Yzpeedro\GeniusPhpSdk\Genius;

// initiate Genius
$genius = new Genius('YOUR_ACCESS_TOKEN');

// get artist by id
$artist = $genius->artist('artist_id');

// get song by id
$song = $genius->song('song_id');

// get annotation by id
$annotation = $genius->annotations('annotation_id');

// get referents by id
$referent = $genius->referents('web_page_id');

// get webPage
$webPages = $genius->webPage('raw_annotatable_url', 'canonical_url', 'og_url');

// get result from search in Genius database
$search = $genius->search('query');
```

Documentation
-------------

[](#documentation)

> You can see more about in [Documentation](https://github.com/yzPeedro/genius-php-sdk/wiki)

### Disclaimer

[](#disclaimer)

> If you are a tech lead or copyright owner of the Genius api and would like this repository removed, please contact me at:

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

1539d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8eeb26082a8900c70b0beec9d7856932f04850fdfce073f93dcb2d84d9531fff?d=identicon)[yzPeedro](/maintainers/yzPeedro)

---

Top Contributors

[![yzPeedro](https://avatars.githubusercontent.com/u/54516747?v=4)](https://github.com/yzPeedro "yzPeedro (16 commits)")

### Embed Badge

![Health badge](/badges/yzpeedro-genius-php-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/yzpeedro-genius-php-sdk/health.svg)](https://phpackages.com/packages/yzpeedro-genius-php-sdk)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M475](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M452](/packages/google-gax)

PHPackages © 2026

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