PHPackages                             codeawn/zxingdecoder - 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. codeawn/zxingdecoder

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

codeawn/zxingdecoder
====================

Read barcode with ZXing Decoder Online

1.0.0(8y ago)1442MITPHP

Since Aug 26Pushed 8y ago1 watchersCompare

[ Source](https://github.com/codeawn/zxingDecoder)[ Packagist](https://packagist.org/packages/codeawn/zxingdecoder)[ Docs](https://github.com/codeawn)[ RSS](/packages/codeawn-zxingdecoder/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

Read Barcode with ZXing Decoder [Online](https://zxing.org/w/decode.jspx).

**Installation &amp; Usage**

install with composer : `composer require codeawn/zxingdecoder`

```
$decoder = new Codeawn\ZxingDecoder;
$result = $decoder->fromFile("barcoder-example.png"); // decode from file
$result = $decoder->fromUrl("http://example.com/barcode.png"); // decode from url
```

example result :

```
Array
(
    [status] => Decode Succeeded
    [Rawtext] => 123ABC
    [Rawbytes] => (Not applicable)
    [Barcodeformat] => CODE_39
    [ParsedResultType] => TEXT
    [ParsedResult] => 123ABC
)

```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

3183d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

qrdecodereaderbarcodetoolszxing

### Embed Badge

![Health badge](/badges/codeawn-zxingdecoder/health.svg)

```
[![Health](https://phpackages.com/badges/codeawn-zxingdecoder/health.svg)](https://phpackages.com/packages/codeawn-zxingdecoder)
```

###  Alternatives

[khanamiryan/qrcode-detector-decoder

QR code decoder / reader

1.4k31.5M70](/packages/khanamiryan-qrcode-detector-decoder)[spatie/laravel-pjax

A pjax middleware for Laravel 5

513371.8k11](/packages/spatie-laravel-pjax)[ashallendesign/favicon-fetcher

A Laravel package for fetching website's favicons.

190272.4k3](/packages/ashallendesign-favicon-fetcher)[visuellverstehen/statamic-classify

A useful helper to add CSS classes to all HTML tags generated by the bard editor.

20116.8k](/packages/visuellverstehen-statamic-classify)

PHPackages © 2026

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