PHPackages                             phpyk/hasher - 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. phpyk/hasher

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

phpyk/hasher
============

Md5 support in laravel

1.0(7y ago)08MITPHP

Since Nov 12Pushed 7y ago1 watchersCompare

[ Source](https://github.com/phpyk/laravel-md5-hasher)[ Packagist](https://packagist.org/packages/phpyk/hasher)[ RSS](/packages/phpyk-hasher/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

laravel-md5-hasher
==================

[](#laravel-md5-hasher)

安装：

`composer require phpyk/hasher`

配置：

修改config/app.php，在providers数组中添加

`\Phpyk\Hasher\MD5HasherProvider::class`

使用：

`

$value = '123456';

$hasher = new MD5Hasher();

$hashValue = $hasher-&gt;make($value);

`

###  Health Score

26

—

LowBetter than 40% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

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

2825d ago

### Community

Maintainers

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

---

Top Contributors

[![johnni-yk](https://avatars.githubusercontent.com/u/20496371?v=4)](https://github.com/johnni-yk "johnni-yk (4 commits)")

### Embed Badge

![Health badge](/badges/phpyk-hasher/health.svg)

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

###  Alternatives

[liip/rmt

Release Management Tool: a handy tool to help releasing new version of your software

459465.8k83](/packages/liip-rmt)[woothee/woothee

Cross-language UserAgent classifier library, PHP implementation

107654.7k4](/packages/woothee-woothee)[ympact/flux-icons

A package to provide icons from different vendors for Livewire Flux.

1111.7k](/packages/ympact-flux-icons)

PHPackages © 2026

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