PHPackages                             simonsimcity/get-id3-bundle - 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. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. simonsimcity/get-id3-bundle

ActiveSymfony-bundle[Debugging &amp; Profiling](/categories/debugging)

simonsimcity/get-id3-bundle
===========================

Makes it easy to show the getId3 library in symfony's debugger timeline

1140PHP

Since Jun 27Pushed 11y ago1 watchersCompare

[ Source](https://github.com/SimonSimCity/GetId3Bundle)[ Packagist](https://packagist.org/packages/simonsimcity/get-id3-bundle)[ RSS](/packages/simonsimcity-get-id3-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

GetId3Bundle
============

[](#getid3bundle)

This bundle creates a Symfony integration for the GetId3 library. All actions will be recorded and show up in the timeline in the Symfony2 profiler.

Currently only writing of tags is tracked. Feel free to extend it.

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

[](#installation)

Require [`simonsimcity/get-id3-bundle`](https://packagist.org/packages/simonsimcity/get-id3-bundle)into your `composer.json` file:

```
{
    "require": {
        "simonsimcity/get-id3-bundle": "dev-master"
    }
}
```

Register the bundle in your Kernel:

```
