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

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

james2001/zxing-bundle
======================

Zxing bundle

1.0.0(11y ago)0114MITPHPPHP &gt;=5.3.2

Since Dec 14Pushed 10y agoCompare

[ Source](https://github.com/james2001/zxingbundle)[ Packagist](https://packagist.org/packages/james2001/zxing-bundle)[ RSS](/packages/james2001-zxing-bundle/feed)WikiDiscussions master Synced today

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

Zxing Bundle
============

[](#zxing-bundle)

Call [zxing](https://github.com/zxing/zxing/) (code barre reader) with [Symfony2](http://symfony.com/)

Requirement
-----------

[](#requirement)

This library package requires PHP 5.3 or later, java, symfony/framework-bundle ~2.1 and james2001/zxing ~1.0

Setup
-----

[](#setup)

- With composer *(recommended)*

Add the following line to the `composer.json` of your project and launch composer install command

```
{
    "require": {
        "james001/zxing-bundle": "~1.0"
    }
}
```

Launch install from your project root with:

```
composer install --no-dev --prefer-dist
```

Add bundle in AppKernel.php

```
 $bundles = array(
 ...
new James2001\Bundle\ZxingBundle\James2001ZxingBundle(),
...
 );
```

Use
---

[](#use)

```
$imagePath = '/path/image.jpg';
$myCode = $this->get('james2001.zxing')->findFirst($imagePath);
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85.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

4218d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6031642?v=4)[Rathgeber Stéphane](/maintainers/james2001)[@james2001](https://github.com/james2001)

---

Top Contributors

[![james2001](https://avatars.githubusercontent.com/u/6031642?v=4)](https://github.com/james2001 "james2001 (6 commits)")[![dermario](https://avatars.githubusercontent.com/u/8972530?v=4)](https://github.com/dermario "dermario (1 commits)")

### Embed Badge

![Health badge](/badges/james2001-zxing-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/james2001-zxing-bundle/health.svg)](https://phpackages.com/packages/james2001-zxing-bundle)
```

###  Alternatives

[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[symfony/ai-bundle

Integration bundle for Symfony AI components

32642.2k23](/packages/symfony-ai-bundle)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k12](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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