team-reflex / tidal-php
This package is abandoned and no longer maintained.
No replacement package was suggested.
Unofficial API wrapper for the audio streaming service TIDAL.
dev-master
2016-04-02 09:05 UTC
Requires
- clue/buzz-react: ^0.4.1
- illuminate/support: ^5.2
- nesbot/carbon: ^1.21
- react/event-loop: ^0.4.2
- react/http-client: ^0.4.9
Requires (Dev)
- symfony/var-dumper: ^3.0
This package is not auto-updated.
Last update: 2020-09-04 20:47:38 UTC
README
A PHP wrapper for the unofficial TIDAL API.
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.