PHPackages                             parsidev/encryption - 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. parsidev/encryption

ActiveLibrary

parsidev/encryption
===================

Encryption package for laravel 5.5

6.0.x-dev(5y ago)056[1 PRs](https://github.com/parsidev/Encryption/pulls)MITPHPPHP ~7.0|^8.0

Since Sep 23Pushed 4y ago1 watchersCompare

[ Source](https://github.com/parsidev/Encryption)[ Packagist](https://packagist.org/packages/parsidev/encryption)[ RSS](/packages/parsidev-encryption/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependencies (1)Versions (5)Used By (0)

Requirement
===========

[](#requirement)

Laravel 5.5

installation
------------

[](#installation)

For install this package Edit your project's `composer.json` file to require parsidev/encryption

```
"require": {
    "parsidev/encryption": "dev-master"
},
```

Now, update Composer:

```
composer update

```

Once composer is finished, you need to add the service provider. Open `config/app.php`, and add a new item to the providers array.

```
Parsidev\Encryption\EncryptionServiceProvider::class,

```

Next, add a Facade for more convenient usage. In `config/app.php` add the following line to the aliases array:

```
'Encryption' => Parsidev\Encryption\Facades\Encryption::class

```

Publish config files:

```
php artisan vendor:publish --provider="Parsidev\Encryption\EncryptionServiceProvider"

```

Usage
-----

[](#usage)

Before using this package you must add your custom key(s) to `encryption.php` in config folder
This package can encrypt your text to the count of keys entered in the config file.

### Encrypt

[](#encrypt)

```
Encryption::encrypt($text);
```

### Decrypt

[](#decrypt)

```
Encryption::decrypt($text);
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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.

###  Release Activity

Cadence

Every ~433 days

Total

4

Last Release

1674d ago

Major Versions

5.8.x-dev → 6.0.x-dev2021-02-13

PHP version history (2 changes)5.6.x-devPHP &gt;=7.1.3

6.0.x-devPHP ~7.0|^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11275201?v=4)[Mohammad Reza](/maintainers/parsidev)[@parsidev](https://github.com/parsidev)

---

Top Contributors

[![parsidev](https://avatars.githubusercontent.com/u/11275201?v=4)](https://github.com/parsidev "parsidev (17 commits)")

### Embed Badge

![Health badge](/badges/parsidev-encryption/health.svg)

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

###  Alternatives

[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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