PHPackages                             superrb/encrypter-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. superrb/encrypter-bundle

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

superrb/encrypter-bundle
========================

Provides an easy to use encryption service for Symfony2

019PHP

Since May 26Pushed 9y ago1 watchersCompare

[ Source](https://github.com/superrbstudio/PierrreEncrypterBundle)[ Packagist](https://packagist.org/packages/superrb/encrypter-bundle)[ RSS](/packages/superrb-encrypter-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

PierrreEncrypterBundle
======================

[](#pierrreencrypterbundle)

PierrreEncrypterBundle provides easy to use encryption service in Symfony2.

Features
--------

[](#features)

- A service you can call from PHP code
- A Twig extension (optional)
- 100% unit testing! [![Build Status](https://camo.githubusercontent.com/0142fe76295ff6e80424a47f09d13ceb27d02ad2cf702069afd180022dad7f5e/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f706965727272652f50696572727265456e6372797074657242756e646c652e706e67)](http://travis-ci.org/pierrre/PierrreEncrypterBundle)

Prerequisites
-------------

[](#prerequisites)

Make sure PHP Mcrypt extension is installed.

Do not use in production
------------------------

[](#do-not-use-in-production)

This library is **not meant for production use** (as such has no stable tags). It has not been vetted by a cryptography expert.

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

[](#installation)

This installation procedure is intended for use with Symfony2, but you can adapt it with submodules.

### Step 1: Download the bundle

[](#step-1-download-the-bundle)

Add the following lines in your `deps` file:

```
[PierrreEncrypterBundle]
    git=http://github.com/pierrre/PierrreEncrypterBundle.git
    target=/bundles/Pierrre/EncrypterBundle

```

Now, run the vendors script to download the bundle:

```
php bin/vendors install
```

### Step 2: Configure the Autoloader

[](#step-2-configure-the-autoloader)

Add the Pierrre namespace to your autoloader:

```
