Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

yusufusta/php-tidal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

15 Commits

Repository files navigation

php-tidal

Unofficial PHP API for TIDAL music streaming service.

Installation

Install from Composer using composer:

$ composer require quiec/php-tidal dev-master

Also you can install without composer (for shared hosts). Click here for download zip.

Example usage

+ Simple Downloader

<?php
require_once "vendor/autoload.php";
use Tidal\TidalAPI;
$tidal = new TidalAPI();
$tidal->logIn("user", "pass");
$ara = $tidal->search("istanbul");
foreach ($ara as $sonuc) {
 echo $sonuc["artist"]["name"] . " - " . $sonuc["title"] . "\n";
}

Documentation

I will add.

About

Unofficial PHP API for TIDAL music streaming service.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

AltStyle によって変換されたページ (->オリジナル) /