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

ActiveLibrary

guil95/encryption
=================

Encryption string by openssl

2.0.0(5y ago)05[2 issues](https://github.com/guil95/Encryption/issues)MITPHPCI failing

Since Mar 25Pushed 5y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (3)Used By (0)

Encryption
==========

[](#encryption)

Encrypt
=======

[](#encrypt)

```
/**
 * @param string $value
 * @return array
 */
$encrypt = (new Encryption('SECRET_KEY', 'SECRET_IV'))->encrypt($value);
// returns
/**
[
    ['encryption'] => 'U2NZUzRXUGdNQXhZb2JIYmpEbjV5UT09',
    ['secretKey'] => '9be3012dcf7250872a8f59ee7bec763da5f263fb2a4cdb23cea25bb105df915925663dfcb54cf1cad7e9d41b53437833bda9909eb1f3d4b3dfa24689f7036bea',
    ['iv'] => 'bc450f24e0553f98'
]
*/
```

Decrypt
=======

[](#decrypt)

```
/**
 * @param string $encrypt
 * @return string
 */
$decrypt = (new Encryption('SECRET_KEY', 'SECRET_IV'))->decrypt($encrypt);
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

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 ~53 days

Total

2

Last Release

2188d ago

Major Versions

1.0.0 → 2.0.02020-05-18

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/12828803?v=4)[Guilherme Rodrigues](/maintainers/guil95)[@guil95](https://github.com/guil95)

---

Top Contributors

[![guil95](https://avatars.githubusercontent.com/u/12828803?v=4)](https://github.com/guil95 "guil95 (20 commits)")

### Embed Badge

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

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

PHPackages © 2026

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