PHPackages                             elliot9/e-invoice-qrcode-hash - 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. elliot9/e-invoice-qrcode-hash

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

elliot9/e-invoice-qrcode-hash
=============================

10PHPCI failing

Since Jul 3Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Elliot9/EInvoiceQRcodeHash)[ Packagist](https://packagist.org/packages/elliot9/e-invoice-qrcode-hash)[ RSS](/packages/elliot9-e-invoice-qrcode-hash/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

### Install

[](#install)

```
  composer require elliot9/e-invoice-qrcode-hash
```

### Configuration

[](#configuration)

add all of the following classes to your config/app.php service providers list.

```
  Elliot9\EInvoiceQRcodeHash\EInvoiceQRcodeHashServiceProvider::class
```

and add this below the aliases

```
  'QRcodeHash' => Elliot9\EInvoiceQRcodeHash\QRHashFacade::class
```

Publish the storage configuration file

```
  php artisan vendor:publish --provider="Elliot9\EInvoiceQRcodeHash\EInvoiceQRcodeHashServiceProvider" --tag="config"
```

Set Your Hash Key in config. (電子發票QRcode HashSeed 32碼)

```
    //EIN.php
    'HASH_KEY' => 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
```

### Usage

[](#usage)

```
    //傳入發票號碼(10碼) & 發票隨機碼(4碼)
    $AES = QRcodeHash::AES('AB00000001','1234');
```

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity32

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/0ef52b42e41593b137b24ab256ebddbb663c471b96eaec8697f45b7b1bfe5714?d=identicon)[Elliot9](/maintainers/Elliot9)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/elliot9-e-invoice-qrcode-hash/health.svg)

```
[![Health](https://phpackages.com/badges/elliot9-e-invoice-qrcode-hash/health.svg)](https://phpackages.com/packages/elliot9-e-invoice-qrcode-hash)
```

###  Alternatives

[sylvainjule/code-editor

Code editor field for Kirby 3, 4 and 5

377.4k](/packages/sylvainjule-code-editor)[runelaenen/sw6-redirects

Redirect plugin for Shopware 6

2511.2k](/packages/runelaenen-sw6-redirects)[jiaxincui/hashid

Laravel ID Encrypt Helper

2410.8k](/packages/jiaxincui-hashid)[bicpi/html-converter

HTML-to-Text converter library

1120.7k1](/packages/bicpi-html-converter)[williarin/cook

Composer plugin to execute recipes embedded in packages

252.1k3](/packages/williarin-cook)

PHPackages © 2026

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