PHPackages                             mhor/php-mp3info - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. mhor/php-mp3info

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

mhor/php-mp3info
================

Simple class to parse mp3info command ID3 tags

v1.0.0(8y ago)68262MITPHPPHP &gt;=7.1

Since Feb 10Pushed 8y ago2 watchersCompare

[ Source](https://github.com/mhor-music/php-mp3info)[ Packagist](https://packagist.org/packages/mhor/php-mp3info)[ RSS](/packages/mhor-php-mp3info/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (3)Versions (5)Used By (0)

Php-Mp3Info
===========

[](#php-mp3info)

[![Build Status](https://camo.githubusercontent.com/0bc56e09be1e18860838edea4222e61a1623fdb5a6f0debf68481ed2de84bac5/68747470733a2f2f7472617669732d63692e6f72672f6d686f722d6d757369632f7068702d6d7033696e666f2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/mhor-music/php-mp3info) [![Codacy](https://camo.githubusercontent.com/fc6e9e2db3772a55e0ecd1a98d44a74ff5790f2d3b68ef9f2fd909da96db580d/68747470733a2f2f7777772e636f646163792e636f6d2f70726f6a6563742f62616467652f3937383366363538313063663464373161363539663434316437656134313233)](https://www.codacy.com/public/mhor-music/php-mp3info/master/dashboard) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/9f39c90f2d91e8d8480eba48f10aa8613c9d518ce19938e66e8d3a335d813071/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6d686f722d6d757369632f7068702d6d7033696e666f2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/mhor-music/php-mp3info/?branch=master) [![Code Coverage](https://camo.githubusercontent.com/af75454b68b2ef23901e17596c87b9eb83351bfb9933349d497e32ef5155d818/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6d686f722d6d757369632f7068702d6d7033696e666f2f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/mhor-music/php-mp3info/?branch=master) [![Latest Stable Version](https://camo.githubusercontent.com/01079eb61f891ad0b82b033ce2218d0414f2b7885becd83b2cc871689bea43c2/68747470733a2f2f706f7365722e707567782e6f72672f6d686f722f7068702d6d7033696e666f2f762f737461626c652e706e67)](https://packagist.org/packages/mhor/php-mp3info) [![Total Downloads](https://camo.githubusercontent.com/7a79dfd7e5a2f962e4c47fad8686da14064f9fdcdab59a944c5a9a5ce48f05b2/68747470733a2f2f706f7365722e707567782e6f72672f6d686f722f7068702d6d7033696e666f2f646f776e6c6f6164732e706e67)](https://packagist.org/packages/mhor/php-mp3info) [![Latest Unstable Version](https://camo.githubusercontent.com/dda4e874a65a5b7bbe4560ec083d4b94c84400b121fd68bf41f38afa4b68e22d/68747470733a2f2f706f7365722e707567782e6f72672f6d686f722f7068702d6d7033696e666f2f762f756e737461626c652e706e67)](https://packagist.org/packages/mhor/php-mp3info) [![License](https://camo.githubusercontent.com/c0ed5a2ceb671167dcadc65a7b9a89771db0dd833f8e58c91806c7efec70dcbf/68747470733a2f2f706f7365722e707567782e6f72672f6d686f722f7068702d6d7033696e666f2f6c6963656e73652e706e67)](https://packagist.org/packages/mhor/php-mp3info) [![Dependency Status](https://camo.githubusercontent.com/84a3577bc970befd1e4e7733a642c99b192bd6b52a263af290f60c58c5727cc6/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3533616332633065643034336639356332343030303032312f62616467652e7376673f7374796c653d666c6174)](https://www.versioneye.com/user/projects/53ac2c0ed043f95c24000021) [![PullReview stats](https://camo.githubusercontent.com/d34234c6144fb25ca8383f19fe8801f3d7332c0faa255568737c39e9871478e8/68747470733a2f2f7777772e70756c6c7265766965772e636f6d2f6769746875622f6d686f722d6d757369632f7068702d6d7033696e666f2f6261646765732f6d61737465722e7376673f)](https://www.pullreview.com/github/mhor-music/php-mp3info/reviews/master)

Introduction
------------

[](#introduction)

PHP class to read ID3v1 tags with `mp3info` command

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

[](#installation)

You should install [mp3info](http://manpages.ubuntu.com/manpages/gutsy/man1/mp3info.1.html):

On linux:

```
$ sudo apt-get install mp3info
```

On Mac:

```
$ brew install mp3info
```

To use this class install it through [Composer](https://getcomposer.org/), add:

```
$ composer require mhor/php-mp3info
```

How to use
----------

[](#how-to-use)

```
