PHPackages                             picodexter/parameter-encryption-defuse-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. picodexter/parameter-encryption-defuse-bundle

AbandonedArchivedSymfony-bundle[Security](/categories/security)

picodexter/parameter-encryption-defuse-bundle
=============================================

Symfony PcdxParameterEncryptionBundle add-on for defuse/php-encryption

v1.1.0(8y ago)09MITPHPPHP ^5.6 || ^7.0

Since Jun 21Pushed 5y ago1 watchersCompare

[ Source](https://github.com/picodexter/PcdxParameterEncryptionDefuseBundle)[ Packagist](https://packagist.org/packages/picodexter/parameter-encryption-defuse-bundle)[ Docs](https://picodexter.io/)[ RSS](/packages/picodexter-parameter-encryption-defuse-bundle/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (2)Dependencies (5)Versions (4)Used By (0)

PcdxParameterEncryptionDefuseBundle
===================================

[](#pcdxparameterencryptiondefusebundle)

DEPRECATION WARNING!
--------------------

[](#deprecation-warning)

### THIS BUNDLE IS NOW DEPRECATED / ABANDONED

[](#this-bundle-is-now-deprecated--abandoned)

The [Symfony Secrets management](https://symfony.com/doc/current/configuration/secrets.html)that was introduced with Symfony 4.4 offers an official solution for the original purpose of this bundle.

Please refer to it instead.

Active development on this project has therefore been stopped.

END OF DEPRECATION WARNING
--------------------------

[](#end-of-deprecation-warning)

This bundle is an add-on for the [PcdxParameterEncryptionBundle](https://github.com/picodexter/PcdxParameterEncryptionBundle)and enables simple usage of it in combination with the Composer package [defuse/php-encryption](https://github.com/defuse/php-encryption).

[![Latest Stable Version](https://camo.githubusercontent.com/c1c193761798bf1e5b72872b813703bee0b4fd6d94c7a70b9ffd352062dd7a79/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7069636f6465787465722f706172616d657465722d656e6372797074696f6e2d6465667573652d62756e646c652e7376673f7374796c653d666c6174)](https://packagist.org/packages/picodexter/parameter-encryption-defuse-bundle)[![Build Status](https://camo.githubusercontent.com/f179c53b1c68e71371e8048c5246c9a6303356d6e687e190829f1b7191be347d/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f7069636f6465787465722f50636478506172616d65746572456e6372797074696f6e44656675736542756e646c652f6d61737465722e7376673f7374796c653d666c6174)](https://travis-ci.org/picodexter/PcdxParameterEncryptionDefuseBundle)[![Code Coverage](https://camo.githubusercontent.com/f82dd2b84b968937b97d95a962cee8568d765d2de62d64e5451e93e4202b8d42/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f7069636f6465787465722f50636478506172616d65746572456e6372797074696f6e44656675736542756e646c652f6d61737465722e7376673f7374796c653d666c6174)](https://coveralls.io/github/picodexter/PcdxParameterEncryptionDefuseBundle)

Features
--------

[](#features)

You will be able to use the following ciphers:

### Symmetric Ciphers

[](#symmetric-ciphers)

- Defuse PHP encryption

    (proprietary, uses AES-128 for encryption and HMAC-SHA256 for authentication)

Documentation
-------------

[](#documentation)

The documentation source files are located in the `Resources/doc/` directory of this bundle.

Installation
------------

[](#installation)

Please refer to the [Getting Started guide](Resources/doc/getting-started.rst).

License
-------

[](#license)

This bundle is released under the [MIT license](LICENSE).

Authors
-------

[](#authors)

- picodexter | [GitHub](https://github.com/picodexter) | [picodexter.io](https://picodexter.io/)

See also the [list of contributors](https://github.com/picodexter/PcdxParameterEncryptionDefuseBundle/contributors).

Contributing
------------

[](#contributing)

The official project repository with the issue tracker can be found [on GitHub](https://github.com/picodexter/PcdxParameterEncryptionDefuseBundle).

Please refer to the [contributing document](CONTRIBUTING.md).

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

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

Total

2

Last Release

3039d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/38d9015cb09a132c68207e6dc0d9bfbb45f3603f65f079c2769f3864d216785b?d=identicon)[picodexter](/maintainers/picodexter)

---

Top Contributors

[![picodexter](https://avatars.githubusercontent.com/u/10298266?v=4)](https://github.com/picodexter "picodexter (62 commits)")

---

Tags

bundlecryptodecryptiondefuseencryptionparametersphp-encryptionsymfonysymfony-bundlesymfony2symfony2-bundlesymfony3symfony3-bundleconfigencryptionparameterDefusephp-encryption

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/picodexter-parameter-encryption-defuse-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/picodexter-parameter-encryption-defuse-bundle/health.svg)](https://phpackages.com/packages/picodexter-parameter-encryption-defuse-bundle)
```

###  Alternatives

[nzo/url-encryptor-bundle

The NzoUrlEncryptorBundle is a Symfony Bundle used to Encrypt and Decrypt data and variables in the Web application or passed through URL

961.0M2](/packages/nzo-url-encryptor-bundle)[paragonie/password_lock

Wraps Bcrypt-SHA2 in Authenticated Encryption

19348.7k1](/packages/paragonie-password-lock)[psecio/secure_dotenv

An encrypted environment configuration handler

11537.7k2](/packages/psecio-secure-dotenv)[thomaswelton/laravel-mcrypt-faker

Allows installation of Laravel where the PHP Mcrypt extension is not available. Provides encryption using OpenSSL, or by disabling encryption entierly.

113.8k](/packages/thomaswelton-laravel-mcrypt-faker)

PHPackages © 2026

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