PHPackages                             marcus-campos/laravel-md5-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. [Security](/categories/security)
4. /
5. marcus-campos/laravel-md5-hash

AbandonedArchivedLibrary[Security](/categories/security)

marcus-campos/laravel-md5-hash
==============================

Laravel 5 package to use unsecured MD5 for password hash. For use in legacy systems.

v1.0.0(8y ago)023MITPHP

Since Jul 26Pushed 8y ago1 watchersCompare

[ Source](https://github.com/marcus-campos/laravel-md5-hash)[ Packagist](https://packagist.org/packages/marcus-campos/laravel-md5-hash)[ RSS](/packages/marcus-campos-laravel-md5-hash/feed)WikiDiscussions master Synced 4w ago

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

Laravel MD5 Hash
================

[](#laravel-md5-hash)

This package is used to replace Laravel's default hash to support legacy systems that used MD5 for password hash.

Please use it with your own risk, since MD5 is not recommended to be used as password hash.

Installation
------------

[](#installation)

Using [Composer](https://getcomposer.org/), just run this command below.

```
composer require marcus-campos/laravel-md5-hash
```

Configuration
-------------

[](#configuration)

After installed, open `config/app.php` and find this line.

```
Illuminate\Hashing\HashServiceProvider::class
```

Comment or remove that line and add this line to override Laravel's hash handling.

```
L5MD5Hash\Md5Hash\HashServiceProvider::class
```

Usage
-----

[](#usage)

Now you can use built in hash function using this command.

```
Hash::make('password'); // return 5f4dcc3b5aa765d61d8327deb882cf99
bcrypt('password'); // return 5f4dcc3b5aa765d61d8327deb882cf99
```

Tanks
-----

[](#tanks)

[Matriphe](https://github.com/matriphe/laravel-md5-hash)

Contact
-------

[](#contact)

Marcus Campos -

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

26

—

LowBetter than 40% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity63

Established project with proven stability

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

2941d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6387cc03c61adcd4afcc135430ff626ed014379a6312d66ace5b8a1d7e5282b8?d=identicon)[marcus-campos](/maintainers/marcus-campos)

---

Tags

laravelpasswordhashMD5

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/marcus-campos-laravel-md5-hash/health.svg)

```
[![Health](https://phpackages.com/badges/marcus-campos-laravel-md5-hash/health.svg)](https://phpackages.com/packages/marcus-campos-laravel-md5-hash)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.4M354](/packages/psalm-plugin-laravel)[api-platform/laravel

API Platform support for Laravel

58190.1k21](/packages/api-platform-laravel)[forjedio/inertia-table

Backend-driven dynamic tables for Laravel + Inertia.js

272.0k](/packages/forjedio-inertia-table)

PHPackages © 2026

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