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

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

vollbehr/php-reader-symfony
===========================

Symfony bundle for vollbehr/php-reader.

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

Since Sep 19Pushed 7mo agoCompare

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

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

PHP Reader Symfony Bundle
=========================

[](#php-reader-symfony-bundle)

This bundle wires the `vollbehr/php-reader` file reader factory into the Symfony service container, giving you framework-native configuration and autoconfiguration support.

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

[](#installation)

```
composer require vollbehr/php-reader-symfony-bundle
```

If you're using Symfony Flex the bundle will be enabled automatically. Otherwise, register it in your `config/bundles.php`:

```
return [
    // ...
    Vollbehr\Bridge\Symfony\PhpReaderBundle::class => ['all' => true],
];
```

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

[](#configuration)

Override the default configuration by creating `config/packages/php_reader.yaml`:

```
php_reader:
  default_file_mode: 'rb'
```

You can access the factory directly from the container; this snippet mirrors the automated test harness:

```
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Vollbehr\Support\FileReaderFactory;

$container = new ContainerBuilder();
$container->loadFromExtension('php_reader', ['default_file_mode' => 'rb']);
$container->compile();

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

Versioning
----------

[](#versioning)

Tag bundle releases in lockstep with `vollbehr/php-reader` so consumers can rely on compatible APIs across the ecosystem.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance62

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 66.7% 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

242d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

symfonymetadataid3php-reader

### Embed Badge

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

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

###  Alternatives

[pentatrion/vite-bundle

Vite integration for your Symfony app

2755.3M13](/packages/pentatrion-vite-bundle)[pugx/autocompleter-bundle

Add an autocomplete type to forms

93861.6k3](/packages/pugx-autocompleter-bundle)[spomky-labs/pwa-bundle

Progressive Web App Manifest Generator Bundle for Symfony.

6144.4k1](/packages/spomky-labs-pwa-bundle)[sineflow/clamav

ClamAV PHP Client for Symfony

10168.5k](/packages/sineflow-clamav)[symfony/ux-cropperjs

Cropper.js integration for Symfony

19280.3k3](/packages/symfony-ux-cropperjs)

PHPackages © 2026

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