PHPackages                             stormiix/php-eyed3 - 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. [Image &amp; Media](/categories/media)
4. /
5. stormiix/php-eyed3

AbandonedArchivedProject[Image &amp; Media](/categories/media)

stormiix/php-eyed3
==================

A PHP wrapper for reading and updating ID3 meta data of (e.g.) MP3 files using eyeD3

71.5k1PHP

Since May 26Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Stormiix/php-eyed3)[ Packagist](https://packagist.org/packages/stormiix/php-eyed3)[ RSS](/packages/stormiix-php-eyed3/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

php-eyed3
=========

[](#php-eyed3)

[![GitHub stars](https://camo.githubusercontent.com/b5d9478d60a5a4cbd9b106ff8913c523945ddb847d1e71a4db10854bdad1476a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f53746f726d6969782f7068702d65796564332e737667)](https://github.com/Stormiix/php-eyed3/stargazers)[![GitHub forks](https://camo.githubusercontent.com/ecc3e2fb9563247dd1cacffe2b616dad46f72f95aa0cd1146b89282b6f3be7ee/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f53746f726d6969782f7068702d65796564332e7376673f7374796c653d666c6174)](https://github.com/Stormiix/php-eyed3/network)[![Build Status](https://camo.githubusercontent.com/dba7a4d1c1c4804c01c8d4e23cc6b3169fa9556f34d1dbb26008893010bd700e/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f53746f726d6969782f7068702d65796564332f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/Stormiix/php-eyed3)[![Donations Badge](https://camo.githubusercontent.com/51b6870aa702255840b262406db76334eeedcc19777f5fe1b5040beacb0d806c/68747470733a2f2f73746f726d69782e636f2f646f6e6174652f696d616765732f62616467652e737667)](https://stormix.co/donate/)

A PHP wrapper for reading and updating ID3 meta data of (e.g.) MP3 files using eyeD3

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

[](#requirements)

You need PHP &gt;= 7.0 to use the library, but the latest stable version of PHP is recommended.

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

[](#installation)

1. Make sure you have `eyeD3` installed.
2. Install package

```
	composer require stormiix/php-eyed3 dev-master
```

This will edit (or create) your composer.json file and automatically choose the most recent version. 3. Require autoload.php

```
	require __DIR__ . '/vendor/autoload.php';
```

Usage
-----

[](#usage)

```
	use Stormiix\EyeD3\EyeD3;

	$eyed3 = new EyeD3("mp3 file path");
	$tags = $eyed3->readMeta();
	// $tags is an array that contains the following keys:
	// artist, title, album, comment(s), lyrics ..etc

	$meta = [
		"artist" => "MyArtist",
		"title" => "MyTitle",
		"album" => "MyAlbum",
		"comment" => "MyComment",
		"lyrics" => "MyLyrics",
		"album_art" => "cover.png"
	];
	// Update the mp3 file with the new meta tags
  	$eyed3->updateMeta($meta);
```

Running tests
-------------

[](#running-tests)

```
$ phpunit

```

Authors
-------

[](#authors)

- **Anas Mazouni** - [php-eyed3](https://github.com/Stormiix/php-eyed3)

P.S: a similar wrapper exists for NodeJs apps: [node-eyed3](https://github.com/saschagehlich/node-eyed3)

License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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/0dae8e0db476a0f0cda0cbcf1bcb30e265a306ee4490d94eab2160dac33e83fd?d=identicon)[Stormiix](/maintainers/Stormiix)

---

Top Contributors

[![Stormix](https://avatars.githubusercontent.com/u/18377687?v=4)](https://github.com/Stormix "Stormix (18 commits)")

---

Tags

eyed3mp3mp3-tagsphp

### Embed Badge

![Health badge](/badges/stormiix-php-eyed3/health.svg)

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

###  Alternatives

[milon/barcode

Barcode generator like Qr Code, PDF417, C39, C39+, C39E, C39E+, C93, S25, S25+, I25, I25+, C128, C128A, C128B, C128C, 2-Digits UPC-Based Extention, 5-Digits UPC-Based Extention, EAN 8, EAN 13, UPC-A, UPC-E, MSI (Variation of Plessey code)

1.5k13.3M39](/packages/milon-barcode)[bkwld/croppa

Image thumbnail creation through specially formatted URLs for Laravel

510496.0k23](/packages/bkwld-croppa)[goat1000/svggraph

Generates SVG graphs

132849.6k3](/packages/goat1000-svggraph)[cohensive/embed

Media Embed (for Laravel or as a standalone).

120370.4k](/packages/cohensive-embed)[netresearch/rte-ckeditor-image

Image support in CKEditor for the TYPO3 ecosystem - by Netresearch

63991.3k4](/packages/netresearch-rte-ckeditor-image)[humanmade/tachyon-plugin

Rewrites WordPress image URLs to use Tachyon

87338.5k2](/packages/humanmade-tachyon-plugin)

PHPackages © 2026

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