PHPackages                             bobbybouwmann/legacy-encrypter - 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. bobbybouwmann/legacy-encrypter

ActiveLibrary[Security](/categories/security)

bobbybouwmann/legacy-encrypter
==============================

The legacy version of the Laravel mcrypt encrypter (for 5.1 - 5.3).

v1.0.0(9y ago)216MITPHPPHP &gt;=5.5.9

Since Aug 3Pushed 9y ago1 watchersCompare

[ Source](https://github.com/bobbybouwmann/legacy-encrypter)[ Packagist](https://packagist.org/packages/bobbybouwmann/legacy-encrypter)[ Docs](http://laravel.com)[ RSS](/packages/bobbybouwmann-legacy-encrypter/feed)WikiDiscussions master Synced 4w ago

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

Laravel Legacy Encrypter
========================

[](#laravel-legacy-encrypter)

This encryption package provides support for the legacy Mcrypt encrypter used by Laravel 5.0 through 5.2. It is primarily intended to be used to migrate your data to the new OpenSSL based encrypter used in 5.1 through the latest release of Laravel.

#### Usage Example

[](#usage-example)

```
use Laravel\LegacyEncrypter\McryptEncrypter;

$encrypter = new McryptEncrypter($encryptionKey);

$encrypted = $encrypter->encrypt('I am encrypted!');

$decrypted = $encrypter->decrypt($encrypted);
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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

3618d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/851b59ccfe2a45c78ea1d57134978d182b000135ad5020d58b8a519e4a188645?d=identicon)[bobbybouwmann](/maintainers/bobbybouwmann)

---

Top Contributors

[![bobbybouwmann](https://avatars.githubusercontent.com/u/5872362?v=4)](https://github.com/bobbybouwmann "bobbybouwmann (2 commits)")[![taylorotwell](https://avatars.githubusercontent.com/u/463230?v=4)](https://github.com/taylorotwell "taylorotwell (2 commits)")

### Embed Badge

![Health badge](/badges/bobbybouwmann-legacy-encrypter/health.svg)

```
[![Health](https://phpackages.com/badges/bobbybouwmann-legacy-encrypter/health.svg)](https://phpackages.com/packages/bobbybouwmann-legacy-encrypter)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[laravel/ai

The official AI SDK for Laravel.

1.0k2.1M169](/packages/laravel-ai)[illuminate/encryption

The Illuminate Encryption package.

9230.4M311](/packages/illuminate-encryption)[moonshine/moonshine

Laravel administration panel

1.3k239.9k76](/packages/moonshine-moonshine)[tallstackui/tallstackui

TallStackUI is a powerful suite of Blade components that elevate your workflow of Livewire applications.

721160.4k12](/packages/tallstackui-tallstackui)[illuminate/mail

The Illuminate Mail package.

5910.6M476](/packages/illuminate-mail)

PHPackages © 2026

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