{"id":15686403,"url":"https://github.com/yusufusta/php-tidal","last_synced_at":"2025-06-21T13:38:17.128Z","repository":{"id":62532176,"uuid":"245446401","full_name":"yusufusta/php-tidal","owner":"yusufusta","description":"Unofficial PHP API for TIDAL music streaming service.","archived":false,"fork":false,"pushed_at":"2020-05-22T13:32:18.000Z","size":17,"stargazers_count":10,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-07T18:54:24.520Z","etag":null,"topics":["music","php","streaming","tidal","tidalapi"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yusufusta.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-06T14:54:31.000Z","updated_at":"2024-10-15T00:35:32.000Z","dependencies_parsed_at":"2022-11-02T14:33:02.542Z","dependency_job_id":null,"html_url":"https://github.com/yusufusta/php-tidal","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/yusufusta/php-tidal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yusufusta%2Fphp-tidal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yusufusta%2Fphp-tidal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yusufusta%2Fphp-tidal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yusufusta%2Fphp-tidal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yusufusta","download_url":"https://codeload.github.com/yusufusta/php-tidal/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yusufusta%2Fphp-tidal/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261130717,"owners_count":23114025,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["music","php","streaming","tidal","tidalapi"],"created_at":"2024-10-03T17:39:43.292Z","updated_at":"2025-06-21T13:38:12.112Z","avatar_url":"https://github.com/yusufusta.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# php-tidal\n\nUnofficial PHP API for TIDAL music streaming service.\n\n## Installation\n\nInstall from [Composer](https://getcomposer.org/) using `composer`:\n\n``` bash\n$ composer require quiec/php-tidal dev-master\n```\nAlso you can install without composer (for shared hosts). [Click here](https://github.com/Quiec/php-tidal/releases/download/1.0.0/tidalphp.zip) for download zip.\n\n## Example usage\n\n[+ Simple Downloader](https://github.com/Quiec/php-tidal/blob/master/examples/Downloader.php)\n\n``` php\n\u003c?php\nrequire_once \"vendor/autoload.php\";\n\nuse Tidal\\TidalAPI;\n\n$tidal = new TidalAPI();\n$tidal-\u003elogIn(\"user\", \"pass\");\n$ara = $tidal-\u003esearch(\"istanbul\");\n\nforeach ($ara as $sonuc) {\n    echo $sonuc[\"artist\"][\"name\"] . \" - \" . $sonuc[\"title\"] . \"\\n\";\n}\n```\n\n## Documentation\n\nI will add.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyusufusta%2Fphp-tidal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyusufusta%2Fphp-tidal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyusufusta%2Fphp-tidal/lists"}