PHPackages                             willwh/getid3 - 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. willwh/getid3

ActiveLibrary

willwh/getid3
=============

This fork of GetId3 library updates to PSR-2 / PSR-4 CS, adds namespaces and makes it installable by composer.

v1.9.4-p2(13y ago)0218↓100%GPLPHP

Since Aug 15Pushed 9y ago1 watchersCompare

[ Source](https://github.com/willwh/GetId3)[ Packagist](https://packagist.org/packages/willwh/getid3)[ Docs](http://www.getid3.org)[ RSS](/packages/willwh-getid3/feed)WikiDiscussions 2.1 Synced 2mo ago

READMEChangelogDependenciesVersions (10)Used By (0)

GetId3
======

[](#getid3)

[![Build Status](https://camo.githubusercontent.com/065f4d56a5aa1cb2a73515f954ceeb016cf8429d8e609f082fb53c3f9a7967dd/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f77696c6c77682f4765744964332e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/willwh/GetId3)

This fork of GetId3 library **only works in PHP +5.3**. It updates to [PSR-2](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md)/ [PSR-4](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-4-autoloader.md)standards, adds namespaces and makes it installable by composer.

Useful links
------------

[](#useful-links)

- [Main site](http://www.getid3.org)
- [Support](http://support.getid3.org)

License
-------

[](#license)

For license info please read [Resources/doc/license.txt](https://github.com/phansys/GetId3/tree/master/Resources/doc/license.txt)

For commercial license read [Resources/doc/license.commercial.txt](https://github.com/phansys/GetId3/tree/master/Resources/doc/license.commercial.txt)

Installation via [composer](http://getcomposer.org/)
----------------------------------------------------

[](#installation-via-composer)

##### Run composer to install the library:

[](#run-composer-to-install-the-library)

```
$ composer require "willwh/getid3: ~2.1"
```

Quick use example reading audio properties
------------------------------------------

[](#quick-use-example-reading-audio-properties)

```
