fos1/sf-crypt-plugin

An abstraction for the mcrypt library for Symfony1

v1.0.0 2015-08-20 22:13 UTC

This package is auto-updated.

Last update: 2024-03-27 00:52:17 UTC


README

The sfCryptPlugin provides abstraction for the mcrypt library. The PHP "mcrypt" extension is required.

Installation

  • Add the plugin your composer.json requirements:
  "require": {
    ...
    "fos1/sf-crypt-plugin": "1.0.*",
    ...
  • Clear you cache symfony cc

Usage

[To be written]