Skip to content
This repository has been archived by the owner on May 12, 2020. It is now read-only.
/ TidalPHP Public archive

Unofficial API wrapper for the audio streaming service TIDAL

License

Notifications You must be signed in to change notification settings

teamreflex/TidalPHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TidalPHP

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.

About

Unofficial API wrapper for the audio streaming service TIDAL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages