PHPackages                             chillerlan/php-id3tag - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. chillerlan/php-id3tag

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

chillerlan/php-id3tag
=====================

ID3 tag reader. PHP7.4+

214PHP

Since May 10Pushed 5y ago1 watchersCompare

[ Source](https://github.com/chillerlan/php-id3tag)[ Packagist](https://packagist.org/packages/chillerlan/php-id3tag)[ RSS](/packages/chillerlan-php-id3tag/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

php-id3tag
==========

[](#php-id3tag)

An [id3 tag](https://id3.org/) reader.

[![PHP Version Support](https://camo.githubusercontent.com/9c63b166088476201982daf062cfbc7e14a056150a61a6d0185108d7b1f226e2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6368696c6c65726c616e2f7068702d6964337461673f6c6f676f3d70687026636f6c6f723d383839324246)](https://www.php.net/supported-versions.php)[![version](https://camo.githubusercontent.com/feacebcdd29144cda3fcc97b00733800f969856c31a8da78271712b314a4aa69/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6368696c6c65726c616e2f7068702d6964337461672e7376673f6c6f676f3d7061636b6167697374)](https://packagist.org/packages/chillerlan/php-id3tag)[![license](https://camo.githubusercontent.com/0853fc39a4d743fb978f4047200e9b7116770964e684a61cb9e86e38a08f5aee/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6368696c6c65726c616e2f7068702d6964337461672e737667)](https://github.com/chillerlan/php-id3tag/blob/main/LICENSE)[![Coverage](https://camo.githubusercontent.com/39147dedc4fc2c198783e619781ba1782e0be6fbfa8c4eafc509f564958cf40f/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636f762f632f6769746875622f6368696c6c65726c616e2f7068702d6964337461672e7376673f6c6f676f3d636f6465636f76)](https://codecov.io/github/chillerlan/php-id3tag)[![Scrunitizer](https://camo.githubusercontent.com/ac27e1361dba944964369cf390ef3738afb12e545af07dd1f950765d0e85ac71/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6368696c6c65726c616e2f7068702d6964337461672e7376673f6c6f676f3d7363727574696e697a6572)](https://scrutinizer-ci.com/g/chillerlan/php-id3tag)[![Packagist downloads](https://camo.githubusercontent.com/37a86afed9a72b9fe7942eb0183636bc093605c15340307fbf1cda005c527438/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6368696c6c65726c616e2f7068702d6964337461672e7376673f6c6f676f3d7061636b6167697374)](https://packagist.org/packages/chillerlan/php-id3tag/stats)
[![Continuous Integration](https://github.com/chillerlan/php-id3tag/workflows/Continuous%20Integration/badge.svg)](https://github.com/chillerlan/php-id3tag/actions)

Documentation
=============

[](#documentation)

Requirements
------------

[](#requirements)

- PHP 7.4+

Installation
------------

[](#installation)

**requires [composer](https://getcomposer.org)**

### *composer.json*

[](#composerjson)

(note: replace `dev-main` with a [version boundary](https://getcomposer.org/doc/articles/versions.md#summary))

```
{
	"require": {
		"php": "^7.4",
		"chillerlan/php-id3tag": "dev-main"
	}
}
```

Profit!

Usage
-----

[](#usage)

```
use chillerlan\ID3Tag\ID3;

$id3 = new ID3;

// ID3::read() returns an ID3Data object
$data = $id3->read('/path/to/my.mp3');

if($data->id3v2 !== null){
	foreach($data->id3v2 as $tagdata){
		// ...
		var_dump($tagdata);
	}
}
```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity30

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/ada3d048807a11e536645fb87da881170b18f34c0c61fa09e34807c5d79e0b89?d=identicon)[codemasher](/maintainers/codemasher)

---

Top Contributors

[![codemasher](https://avatars.githubusercontent.com/u/592497?v=4)](https://github.com/codemasher "codemasher (15 commits)")

---

Tags

id3-readermp3-tagsphp7php8

### Embed Badge

![Health badge](/badges/chillerlan-php-id3tag/health.svg)

```
[![Health](https://phpackages.com/badges/chillerlan-php-id3tag/health.svg)](https://phpackages.com/packages/chillerlan-php-id3tag)
```

###  Alternatives

[rappasoft/laravel-livewire-tables

A dynamic table component for Laravel Livewire

2.0k2.7M31](/packages/rappasoft-laravel-livewire-tables)[magestat/module-facebook-pixel

This extension allows you integrate the Facebook pixel to track your website visitors' actions.

36108.4k](/packages/magestat-module-facebook-pixel)[vaersaagod/geomate

GeoMate is a friend in need for all things geolocation. IP to geo lookup, automatic redirects (based on country, continent, language, etc), site switcher... You name it.

2367.3k](/packages/vaersaagod-geomate)[daixianceng/yii2-smser

Yii2 SMS extension

862.9k1](/packages/daixianceng-yii2-smser)[laminas/laminas-config-aggregator-parameters

PostProcessor extension for laminas/laminas-config-aggregator to allow usage of templated parameters within your configuration

1090.4k](/packages/laminas-laminas-config-aggregator-parameters)[yosimitso/workingforumbundle

A complete forum bundle

425.3k](/packages/yosimitso-workingforumbundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
