PHPackages                             vkr/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. vkr/getid3

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

vkr/getid3
==========

This fork of phansys/GetId3 provides compatibility with PHP 7.0

2.1.3(9y ago)0238↓100%GPLPHPPHP ~7.0

Since Aug 15Pushed 9y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (13)Used By (0)

Fork notes
==========

[](#fork-notes)

This fork of phansys/GetID3 is needed to provide compatibility with PHP 7. In fact, the library is already compatible with PHP 7.0, so pretty much the only change is updating dependencies in composer.json.

GetId3
======

[](#getid3)

[![Build Status](https://camo.githubusercontent.com/0a9ee4758553ffd78888c2e843e041d880bb4b671c1b555b5a1519c2c13fa145/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f7068616e7379732f4765744964332e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/phansys/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 "phansys/getid3: ~2.1"
```

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

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

```
