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. [Security](/categories/security)
4. /
5. fpasquer/encrypt-manager-bundle

ActiveLibrary[Security](/categories/security)

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 3w 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://avatars.githubusercontent.com/u/16100017?v=4)[Florian PASQUEREAU](/maintainers/fpasquer)[@fpasquer](https://github.com/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)
```

###  Alternatives

[mews/purifier

Laravel 5/6/7/8/9/10 HtmlPurifier Package

2.0k18.0M134](/packages/mews-purifier)[paragonie/ecc

PHP Elliptic Curve Cryptography library

24772.0k35](/packages/paragonie-ecc)[fof/recaptcha

Increase your forum's security with Google reCAPTCHA

1436.9k](/packages/fof-recaptcha)

PHPackages © 2026

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