duncan3dc / meta-audio

A PHP library to read and write metadata tags to audio files (MP3, ID3, APE, etc)
Apache License 2.0
36 stars 8 forks source link

How can I use this on my server? #14

Closed alil0rd closed 4 years ago

alil0rd commented 4 years ago

Hi. I want to use this on my server. I download it and also extract in my public_html directory. Also for writing code I add it to my intellij. At the top of my code I use: include "mp3.php" , but I cant set my desire tags to mp3 file.

duncan3dc commented 4 years ago

Hi @alil0rd this package is designed to be used with Composer the PHP package manager: https://getcomposer.org/doc/01-basic-usage.md

It doesn't have to be used with Composer, but if you're not using Composer then you'll need a PSR-4 compatible autoloader. It's much easier to rely on Composer for this