{"id":31542597,"url":"https://github.com/stuffbymax/tonina-php","last_synced_at":"2025-10-04T11:59:34.058Z","repository":{"id":311771755,"uuid":"1043856837","full_name":"stuffbymax/tonina-php","owner":"stuffbymax","description":"mini self-hosted music server lightweight and PHP-based","archived":false,"fork":false,"pushed_at":"2025-09-11T10:21:12.000Z","size":29158,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-11T13:25:22.888Z","etag":null,"topics":["admin-dashboard","admin-panel","help-wanted","music-player","php","self-hosted"],"latest_commit_sha":null,"homepage":"https://stuffbymax-playground.free.nf/index.php","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/stuffbymax.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-24T19:01:44.000Z","updated_at":"2025-09-11T10:20:37.000Z","dependencies_parsed_at":"2025-09-11T12:12:13.175Z","dependency_job_id":"aaeb63b5-b42e-47a7-b549-8d62b7e47d8b","html_url":"https://github.com/stuffbymax/tonina-php","commit_stats":null,"previous_names":["stuffbymax/tonina-php"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stuffbymax/tonina-php","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuffbymax%2Ftonina-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuffbymax%2Ftonina-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuffbymax%2Ftonina-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuffbymax%2Ftonina-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stuffbymax","download_url":"https://codeload.github.com/stuffbymax/tonina-php/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuffbymax%2Ftonina-php/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278308618,"owners_count":25965654,"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","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["admin-dashboard","admin-panel","help-wanted","music-player","php","self-hosted"],"created_at":"2025-10-04T11:59:25.768Z","updated_at":"2025-10-04T11:59:34.052Z","avatar_url":"https://github.com/stuffbymax.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Log in info for the demo\n\nYou can try the demo [here](https://stuffbymax-playground.free.nf/):\n\n* **Username:** `demo`\n* **Password:** `demo`\n\n---\n\n# What is Tonina-PHP?\n\n* **Tonina-PHP** is a **lightweight, self-hosted music player** written in **PHP**.\n* It allows you to **stream and organize your music** directly from your server without relying on third-party platforms.\n* Designed to be **simple and fast**, it’s ideal for small setups or personal use.\n* Being PHP-based, it can be easily **deployed on shared hosting** or **local servers**.\n* Supports **common audio formats** and provides a **web interface** for easy playback.\n* Minimal dependencies, which makes it **easy to install and maintain**.\n\n---\n\n# Important Notice\n\n**Tonina-PHP** is a self-hosted music player. The software itself does not provide any music. Users are responsible for the content they upload or stream.\n\n# Demo Content\n\nTonina-PHP comes with a few sample tracks that are legally owned by the project author stuffbymax. You can use these samples to try out all features of the player right away.\n\n---\n# Installation Guide\n\n1. Upload Tonina-PHP to your server.\n\n2. Run install.php in your browser to complete the setup.\n\n3. Once installed, you have an music server\n\n---\n\n# additional info \n\n- If you’re not using Apache, you may need to delete the .htaccess file.\n\n- For local installations, .htaccess may not be necessary at all.\n\n- If you’re **not using Apache**, `.htaccess` won’t work. Here’s how to handle it on other servers:\n\n### Nginx\nAdd rules to your server block in `nginx.conf`:\n\n```nginx\nlocation / {\n    try_files $uri $uri/ /index.php?$query_string;\n}\n```\n### Lighttpd\n```Lighttpd\nurl.rewrite = (\n    \"^/(.*)$\" =\u003e \"/index.php/$1\"\n)\n```\n\n# PHP Built-in Server (Local Testing) and Running on a Local Network\n\n### local\n- No .htaccess needed. Start the server with:\n```php\nphp -S localhost:8000\n```\n\n## Find your local IP address:\n\n1. Windows: ipconfig → look for IPv4 Address (e.g., 192.168.1.95)\n\n1. Mac/Linux: ifconfig or ip addr → look for inet under your active network (e.g., 192.168.1.95)\n\n2. Local Network\n\n```php\nphp -S 192.168.1.95:8000\n```\n\u003cimg width=\"366\" height=\"53\" alt=\"image\" src=\"https://github.com/user-attachments/assets/594859b8-c961-4e42-b5b5-f80764345dee\" /\u003e\n\n\n3. Access Tonina-PHP from another device Open a browser on another device in the same network and go to:\n4. http://192.168.1.95:8000\n\n5. Firewall settings:\nEnsure incoming connections on the port (default 8000) are allowed.\n---\n\n## extra\n\n## how to pronaunce `Tonina`\n\n- T → like English “t”\n\n- o → like English “o” in “pot”\n\n- n → like English “n”\n\n- i → like English “ee” in “see”\n\n- n → like English “n”\n\n- a → like English “a” in “father”\n\n- “Toh-nee-nah”\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstuffbymax%2Ftonina-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstuffbymax%2Ftonina-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstuffbymax%2Ftonina-php/lists"}