{"id":18321802,"url":"https://github.com/chillerlan/php-id3tag","last_synced_at":"2026-05-01T19:34:25.417Z","repository":{"id":62501712,"uuid":"365620258","full_name":"chillerlan/php-id3tag","owner":"chillerlan","description":"An id3 tag reader. PHP 7.4+","archived":false,"fork":false,"pushed_at":"2021-05-10T10:17:53.000Z","size":35,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-09T14:40:35.323Z","etag":null,"topics":["id3-reader","mp3-tags","php7","php8"],"latest_commit_sha":null,"homepage":"","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/chillerlan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"ko_fi":"codemasher","custom":"https://www.paypal.com/donate?hosted_button_id=WLYUNAT9ZTJZ4"}},"created_at":"2021-05-08T22:10:32.000Z","updated_at":"2023-04-27T03:09:59.000Z","dependencies_parsed_at":"2022-11-02T12:15:20.748Z","dependency_job_id":null,"html_url":"https://github.com/chillerlan/php-id3tag","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chillerlan/php-id3tag","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chillerlan%2Fphp-id3tag","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chillerlan%2Fphp-id3tag/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chillerlan%2Fphp-id3tag/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chillerlan%2Fphp-id3tag/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chillerlan","download_url":"https://codeload.github.com/chillerlan/php-id3tag/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chillerlan%2Fphp-id3tag/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32510808,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["id3-reader","mp3-tags","php7","php8"],"created_at":"2024-11-05T18:21:50.937Z","updated_at":"2026-05-01T19:34:25.394Z","avatar_url":"https://github.com/chillerlan.png","language":"PHP","funding_links":["https://ko-fi.com/codemasher","https://www.paypal.com/donate?hosted_button_id=WLYUNAT9ZTJZ4"],"categories":[],"sub_categories":[],"readme":"# php-id3tag\n\nAn [id3 tag](https://id3.org/) reader.\n\n[![PHP Version Support][php-badge]][php]\n[![version][packagist-badge]][packagist]\n[![license][license-badge]][license]\n[![Coverage][coverage-badge]][coverage]\n[![Scrunitizer][scrutinizer-badge]][scrutinizer]\n[![Packagist downloads][downloads-badge]][downloads]\u003cbr/\u003e\n[![Continuous Integration][gh-action-badge]][gh-action]\n\n[php-badge]: https://img.shields.io/packagist/php-v/chillerlan/php-id3tag?logo=php\u0026color=8892BF\n[php]: https://www.php.net/supported-versions.php\n[packagist-badge]: https://img.shields.io/packagist/v/chillerlan/php-id3tag.svg?logo=packagist\n[packagist]: https://packagist.org/packages/chillerlan/php-id3tag\n[license-badge]: https://img.shields.io/github/license/chillerlan/php-id3tag.svg\n[license]: https://github.com/chillerlan/php-id3tag/blob/main/LICENSE\n[coverage-badge]: https://img.shields.io/codecov/c/github/chillerlan/php-id3tag.svg?logo=codecov\n[coverage]: https://codecov.io/github/chillerlan/php-id3tag\n[scrutinizer-badge]: https://img.shields.io/scrutinizer/g/chillerlan/php-id3tag.svg?logo=scrutinizer\n[scrutinizer]: https://scrutinizer-ci.com/g/chillerlan/php-id3tag\n[downloads-badge]: https://img.shields.io/packagist/dt/chillerlan/php-id3tag.svg?logo=packagist\n[downloads]: https://packagist.org/packages/chillerlan/php-id3tag/stats\n[gh-action-badge]: https://github.com/chillerlan/php-id3tag/workflows/Continuous%20Integration/badge.svg\n[gh-action]: https://github.com/chillerlan/php-id3tag/actions\n\n# Documentation\n\n## Requirements\n- PHP 7.4+\n\n## Installation\n**requires [composer](https://getcomposer.org)**\n\n### *composer.json*\n(note: replace `dev-main` with a [version boundary](https://getcomposer.org/doc/articles/versions.md#summary))\n```json\n{\n\t\"require\": {\n\t\t\"php\": \"^7.4\",\n\t\t\"chillerlan/php-id3tag\": \"dev-main\"\n\t}\n}\n```\n\nProfit!\n\n## Usage\n\n```php\nuse chillerlan\\ID3Tag\\ID3;\n\n$id3 = new ID3;\n\n// ID3::read() returns an ID3Data object\n$data = $id3-\u003eread('/path/to/my.mp3');\n\nif($data-\u003eid3v2 !== null){\n\tforeach($data-\u003eid3v2 as $tagdata){\n\t\t// ...\n\t\tvar_dump($tagdata);\n\t}\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchillerlan%2Fphp-id3tag","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchillerlan%2Fphp-id3tag","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchillerlan%2Fphp-id3tag/lists"}