Skip to content

JamesHeinrich/getID3

Folders and files

NameName
Last commit message
Last commit date
Jul 1, 2020
Jul 1, 2020
Jul 1, 2020
May 24, 2019
May 22, 2019
Jul 1, 2020
May 22, 2019
May 22, 2019
Jul 1, 2020
May 22, 2019
Jul 1, 2020
Apr 20, 2015
May 24, 2019
Jun 30, 2020
May 26, 2019
Apr 12, 2018
Jul 1, 2020
Apr 20, 2015
Jul 24, 2019

Repository files navigation

getID3

A PHP library to extract and write useful information to/from popular multimedia file formats.
If you want to donate, there is a link on https://www.getid3.org for PayPal donations.

Latest Stable Version Build Status

Installation

Using composer:

$ composer require "james-heinrich/getid3:~2.0.0-dev"

How can I check that getID3() works on my server/files?:
Unzip getID3() to a directory, then access /demos/demo.browse.php

Usage

See /demos/demo.basic.php for a very basic use of getID3() with no fancy output, just scanning one file.
For an example of a complete directory-browsing, file-scanning implementation of getID3(), please run /demos/demo.browse.php

See /demos/demo.mysql.php for a sample recursive scanning code that scans every file in a given directory, and all sub-directories, stores the results in a database and allows various analysis / maintenance operations.

See /demos/demo.write.php for how to write tags.

Documentation