https://github.com/navarr/mp3data
A Simplistic Class to access ID3 tags from an MP3 using PHP
https://github.com/navarr/mp3data
Last synced: over 1 year ago
JSON representation
A Simplistic Class to access ID3 tags from an MP3 using PHP
- Host: GitHub
- URL: https://github.com/navarr/mp3data
- Owner: navarr
- License: mit
- Created: 2009-11-22T00:51:06.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2015-12-14T19:06:35.000Z (over 10 years ago)
- Last Synced: 2025-03-26T22:11:45.889Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 1.38 MB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# mp3Data
[](https://travis-ci.org/navarr/mp3Data)
[](https://scrutinizer-ci.com/g/navarr/mp3Data/?branch=master)
[](https://scrutinizer-ci.com/g/navarr/mp3Data/?branch=master)
[](https://packagist.org/packages/navarr/mp3data) [](https://packagist.org/packages/navarr/mp3data) [](https://packagist.org/packages/navarr/mp3data) [](https://packagist.org/packages/navarr/mp3data)
A Simplistic Class to access ID3 tags from an MP3 using PHP
This class acts as a wrapper around the [getid3](http://getid3.org/) library. It's purpose is to more easily expose desired information about an MP3 File's metadata.