MetaAudio A PHP library to read and write metadata tags to audio files

Getting Started

Usage

Modules

View the API Documentation for this class

The MetaAudio library is designed to support an unlimited number of tagging formats. But rather than having all these built into the core of MetaAudio, they can each be shipped as part of their own package with their own dependencies.

At the moment the library ships with support for the essential MP3 tagging formats:

However once you’ve installed the library you can create a module to support any tagging format you desire.

All you need to do is create a class that implements the ModuleInterface and then add it your Tagger.

There is also an AbstractModule class you can extend to make it a little easier.

Community Modules

If you’ve created a module that the community would love then publish it on Packagist and create a pull request to get it listed here.

Feel free to open an issue to discuss including the module in core if it would benefit a lot of users to have it out of the box.