PHPackages                             vollbehr/php-reader-laminas - 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. vollbehr/php-reader-laminas

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

vollbehr/php-reader-laminas
===========================

Laminas integration bridge for vollbehr/php-reader.

v2.0-rc1(7mo ago)00BSD-3-ClausePHPPHP ^8.2

Since Sep 19Pushed 7mo agoCompare

[ Source](https://github.com/vollbehr/php-reader-laminas)[ Packagist](https://packagist.org/packages/vollbehr/php-reader-laminas)[ Docs](https://github.com/vollbehr/php-reader)[ RSS](/packages/vollbehr-php-reader-laminas/feed)WikiDiscussions main Synced 1mo ago

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

PHP Reader Laminas Bridge
=========================

[](#php-reader-laminas-bridge)

A lightweight integration layer that exposes the `vollbehr/php-reader` services through the Laminas ServiceManager. Include the module to auto-register the `Vollbehr\Support\FileReaderFactory` for both Laminas MVC and Mezzio applications.

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

[](#installation)

```
composer require vollbehr/php-reader-laminas
```

If you rely on laminas-component-installer the module will be enabled automatically. Otherwise, add it manually:

```
return [
    'modules' => [
        // ...
        \Vollbehr\Bridge\Laminas\Module::class,
    ],
];
```

Configuration
-------------

[](#configuration)

The bridge ships with a `php-reader` config namespace. Override the defaults in `config/autoload/*.php` if you need a custom file mode:

```
return [
    'php-reader' => [
        'default_file_mode' => 'rb',
    ],
];
```

Once enabled, the ServiceManager exposes the shared factory. The example below mirrors the integration test and works for both MVC and Mezzio environments:

```
use Laminas\ServiceManager\ServiceManager;
use Vollbehr\Bridge\Laminas\ConfigProvider;
use Vollbehr\Support\FileReaderFactory;

$config = (new ConfigProvider())();
$config['php-reader']['default_file_mode'] = 'rb';

$container = new ServiceManager($config['service_manager']);
$container->setService('config', $config);

/** @var FileReaderFactory $factory */
$factory = $container->get(FileReaderFactory::class);
$reader  = $factory->open('/path/to/audio.mp3');
```

Versioning
----------

[](#versioning)

Bridge releases track the core library's major and minor version. Tag the bridge with the same version number whenever you tag `vollbehr/php-reader` to keep dependency ranges aligned.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance63

Regular maintenance activity

Popularity0

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 Bus Factor1

Top contributor holds 50% 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

236d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d77c91fc0ff12e497548be313ba839bf1f249b402c91b39ed42f543c362b2987?d=identicon)[svollbehr](/maintainers/svollbehr)

---

Top Contributors

[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")[![svollbehr](https://avatars.githubusercontent.com/u/16279598?v=4)](https://github.com/svollbehr "svollbehr (1 commits)")

---

Tags

laminasmetadataid3php-reader

### Embed Badge

![Health badge](/badges/vollbehr-php-reader-laminas/health.svg)

```
[![Health](https://phpackages.com/badges/vollbehr-php-reader-laminas/health.svg)](https://phpackages.com/packages/vollbehr-php-reader-laminas)
```

###  Alternatives

[mhor/php-mediainfo

PHP wrapper around the mediainfo command

120574.8k7](/packages/mhor-php-mediainfo)[laminas/laminas-paginator

Paginate collections of data from arbitrary sources

245.7M84](/packages/laminas-laminas-paginator)[nass600/get-id3

PHP library for handling audio/video files metadata

6133.0k3](/packages/nass600-get-id3)[causal/extractor

This extension detects and extracts metadata (EXIF / IPTC / XMP / ...) from potentially thousand different file types (such as MS Word/Powerpoint/Excel documents, PDF and images) and bring them automatically and natively to TYPO3 when uploading assets. Works with built-in PHP functions but takes advantage of Apache Tika and other external tools for enhanced metadata extraction.

16244.5k](/packages/causal-extractor)[neilime/twbs-helper-module

Laminas (formerly Zend Framework) module for easy integration of Twitter Bootstrap

2198.7k](/packages/neilime-twbs-helper-module)

PHPackages © 2026

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