PHPackages                             terrylucas/md5hasher - 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. terrylucas/md5hasher

ActiveLibrary

terrylucas/md5hasher
====================

md5 supprot in laravel

015PHP

Since Aug 1Pushed 8y ago1 watchersCompare

[ Source](https://github.com/tanmillet/lucashasher)[ Packagist](https://packagist.org/packages/terrylucas/md5hasher)[ RSS](/packages/terrylucas-md5hasher/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

[![Build Status](https://camo.githubusercontent.com/095d8ef54e2bb851041df0ef1e07758be3609a6eb9ad68686f3fa03e17417329/68747470733a2f2f7472617669732d63692e6f72672f74616e6d696c6c65742f6c756361736861736865722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/tanmillet/lucashasher) [![StyleCI](https://camo.githubusercontent.com/490a8c608e1cb86135deee5c9ae71c49e732586dcb7f9a70bcf440318315f642/68747470733a2f2f7374796c6563692e696f2f7265706f732f39373831363839372f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/97816897)

Installation
============

[](#installation)

Require this package with composer:

> composer require terrylucas/md5hasher dev-master

After updating composer, add the ServiceProvider to the providers array in config/app.php

> Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider

Laravel 5.x:

```
TerryLucas2017\Hasher\LucasMD5Provider::class,
```

Usage
=====

[](#usage)

```
    $hashValue = app('lucasmd5')->make('123456');

    $isEqual = app('lucasmd5')->check('123456' , $hashValue);

    $hashValue = app('lucasmd5')->make('123456' , ['salt' => 'terry']);

    $isEqual = app('lucasmd5')->check('123456' , $hashValue , ['salt' => 'terry']);

```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 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/cf107a9cc6f9dd8d17b63160833ce6dc6bf500c420c73974708db9f74530390c?d=identicon)[tanmillet](/maintainers/tanmillet)

---

Top Contributors

[![tanmillet](https://avatars.githubusercontent.com/u/15785908?v=4)](https://github.com/tanmillet "tanmillet (23 commits)")

---

Tags

laravel-packagephp

### Embed Badge

![Health badge](/badges/terrylucas-md5hasher/health.svg)

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

PHPackages © 2026

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