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

ActiveLibrary[API Development](/categories/api)

simivar/genius-php
==================

Genius PHP is a open source library that allows you to access Genius API from your PHP application. Supports every resource.

3.0.0(5y ago)13171.7k↓23%3[1 PRs](https://github.com/simivar/Genius-PHP/pulls)MITPHPPHP ^7.4 || ^8.0

Since Apr 10Pushed 2y ago2 watchersCompare

[ Source](https://github.com/simivar/Genius-PHP)[ Packagist](https://packagist.org/packages/simivar/genius-php)[ Docs](https://github.com/simivar/Genius-PHP)[ RSS](/packages/simivar-genius-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (8)Dependencies (15)Versions (13)Used By (0)

Genius PHP
==========

[](#genius-php)

Genius PHP is a open source library that allows you to access [Genius API](https://docs.genius.com/) from your PHP application. It supports oAuth 2 from version 1.0.

Getting started
---------------

[](#getting-started)

Genius PHP is avialable via [Composer](https://getcomposer.org/). Version 1.0 does not implement HTTP Client on it's own anymore and uses [HTTPlug](http://httplug.io/) abstraction so you are free to choose any HTTP Client you want that depends on [php-http/client-implementation virutal package](https://packagist.org/providers/php-http/client-implementation).

```
composer require simivar/genius-php php-http/message php-http/guzzle6-adapter

```

Static Bearer example
---------------------

[](#static-bearer-example)

```
