PHPackages                             fpasquer/encrypt-manager-bundle - 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. fpasquer/encrypt-manager-bundle

ActiveLibrary

fpasquer/encrypt-manager-bundle
===============================

Encrypt and decrypt string for symfony 4.2.\*

09PHP

Since May 10Pushed 7y ago1 watchersCompare

[ Source](https://github.com/fpasquer/EncryptManager)[ Packagist](https://packagist.org/packages/fpasquer/encrypt-manager-bundle)[ RSS](/packages/fpasquer-encrypt-manager-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

\###Easy way to encrypt / decrypt string with symfony 4.2.\*

Install:

```
composer require fpasquer/encrypt-manager-bundle
```

Exemple:

```
$encryptManager = new EncryptManager();
$str1 = $encryptManager->encrypt("Hello world");
$str2 = $encryptManager->decrypt($str1);
dump($str1, $str2);
```

You can setup the encrytion method in EncryptManager::\_\_controller as :

```
$encryptManager = new EncryptManager("AES-128-CBC");
...
```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 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/4c40c5ec527b05464a4ec05a14e5a57e71672e1ceb69eac59cd385c0317ca20e?d=identicon)[fpasquer](/maintainers/fpasquer)

---

Top Contributors

[![fpasquer](https://avatars.githubusercontent.com/u/16100017?v=4)](https://github.com/fpasquer "fpasquer (8 commits)")

### Embed Badge

![Health badge](/badges/fpasquer-encrypt-manager-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/fpasquer-encrypt-manager-bundle/health.svg)](https://phpackages.com/packages/fpasquer-encrypt-manager-bundle)
```

PHPackages © 2026

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