PHPackages                             shu-global/slip-verification - 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. [Validation &amp; Sanitization](/categories/validation)
4. /
5. shu-global/slip-verification

ActiveLibrary[Validation &amp; Sanitization](/categories/validation)

shu-global/slip-verification
============================

1.0.0(3y ago)0273MITPHPPHP ^8.1

Since May 29Pushed 3y ago1 watchersCompare

[ Source](https://github.com/sarinthon/PHP-Slip-Verification)[ Packagist](https://packagist.org/packages/shu-global/slip-verification)[ RSS](/packages/shu-global-slip-verification/feed)WikiDiscussions master Synced today

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

### Sample code

[](#sample-code)

```
Route::post('slip', function (Request $request) {
    $slipFile = $request->file("file");
    $result = new MiniQR(QRCodeReader::qrcode2text($slipFile));

    return response([
        "result"=> $result
    ], 200);
});
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 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

1132d ago

### Community

Maintainers

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

---

Top Contributors

[![sarinthonton](https://avatars.githubusercontent.com/u/15372899?v=4)](https://github.com/sarinthonton "sarinthonton (4 commits)")[![sarinthon](https://avatars.githubusercontent.com/u/12740450?v=4)](https://github.com/sarinthon "sarinthon (2 commits)")

### Embed Badge

![Health badge](/badges/shu-global-slip-verification/health.svg)

```
[![Health](https://phpackages.com/badges/shu-global-slip-verification/health.svg)](https://phpackages.com/packages/shu-global-slip-verification)
```

###  Alternatives

[marcosh/php-validation-dsl

A DSL for validating data in a functional fashion

483.9k](/packages/marcosh-php-validation-dsl)

PHPackages © 2026

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