The sfCryptPlugin
provides abstraction for the mcrypt library.
The PHP "mcrypt" extension is required.
- Add the plugin your
composer.json
requirements:
"require": {
...
"fos1/sf-crypt-plugin": "1.0.*",
...
- Clear you cache
symfony cc
[To be written]