library tidal-php
Unofficial API wrapper for the audio streaming service TIDAL.
team-reflex/tidal-php
Unofficial API wrapper for the audio streaming service TIDAL.
- Saturday, April 2, 2016
- by uniquoooo
- Repository
- 2 Watchers
- 1 Stars
- 23 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 1 Forks
- 0 Open issues
- 1 Versions
- 15 % Grown
TidalPHP
A PHP wrapper for the unofficial TIDAL API., (*1)
Usage
<?php
use Tidal\Tidal;
$tidal = new Tidal();
$tidal->connect('email', 'password')->then(function ($tidal) {
echo "Connected.".PHP_EOL;
}, function ($e) {
echo "There was an error connecting to TIDAL: {$e->getMessage()}".PHP_EOL;
});
$tidal->run();
License
See LICENSE.md., (*2)
dev-master
9999999-dev
Unofficial API wrapper for the audio streaming service TIDAL.
Sources
Download
MIT
The Requires
The Development Requires
by
David Cole