PHPackages                             guliano/zf-getid3-module - 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. guliano/zf-getid3-module

ActiveLibrary

guliano/zf-getid3-module
========================

ZF2 wrapper for the GetID3 library

1.0.0(11y ago)11.2kMITPHPPHP &gt;=5.3.0

Since Apr 12Pushed 11y ago1 watchersCompare

[ Source](https://github.com/guliano/zf-getid3-module)[ Packagist](https://packagist.org/packages/guliano/zf-getid3-module)[ RSS](/packages/guliano-zf-getid3-module/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (6)Versions (2)Used By (0)

ZfGetid3Module
==============

[](#zfgetid3module)

[![Build Status](https://camo.githubusercontent.com/b1f3288f9fec88cc40cbc4a92577342905bbfbba52aa250613083a132421d649/68747470733a2f2f7472617669732d63692e6f72672f67756c69616e6f2f7a662d6765746964332d6d6f64756c652e737667)](https://travis-ci.org/guliano/zf-getid3-module)[![Coverage Status](https://camo.githubusercontent.com/8cd7d90ba09144f33e89cb0bb3fc734738afee210cf5d3c8e28fb3050214e625/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f67756c69616e6f2f7a662d6765746964332d6d6f64756c652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/r/guliano/zf-getid3-module?branch=master)

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

[](#introduction)

This small module wraps GetID3 library written by James Heinrich () for Zend Framework 2. GetID3 instance can be accessed via `ServiceLocator`.

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

[](#requirements)

Please see the [composer.json](composer.json) file.

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

[](#installation)

Run the following `composer` command:

```
$ composer require guliano/zf-getid3-module
```

Alternately, manually add the following to your `composer.json`, in the `require` section:

Finally, add the module name to your project's `config/application.config.php` under the `modules`key:

```
return array(
    /* ... */
    'modules' => array(
        /* ... */
        'ZfGetid3Module',
    ),
    /* ... */
);
```

Usage
=====

[](#usage)

To use this library, just get the GetID3 instance by `ServiceLocator` like this:

```
/* @var $getid3 \getID3 */
$getid3 = $serviceLocator->get('MediaParser');
$result = $getid3->analyze($pathToFile);
/* do something... */
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4054d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1310023?v=4)[Sylwester Zinkiewicz](/maintainers/guliano)[@guliano](https://github.com/guliano)

---

Top Contributors

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

---

Tags

zendzf2getid3

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/guliano-zf-getid3-module/health.svg)

```
[![Health](https://phpackages.com/badges/guliano-zf-getid3-module/health.svg)](https://phpackages.com/packages/guliano-zf-getid3-module)
```

###  Alternatives

[radnan/rdn-console

Zend Framework 2 Symfony Console module

1021.9k3](/packages/radnan-rdn-console)

PHPackages © 2026

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