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

Getting Started

Usage

Installation

The recommended method of installing this library is via Composer.

Run the following command from your project root:

$ composer require duncan3dc/meta-audio

Or you can manually add it to your composer.json:

{
    "require": {
        "duncan3dc/meta-audio": "^0.4"
    }
}