fos1/sf-crypt-plugin

An abstraction for the mcrypt library for Symfony1

Installs: 27

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 6

Forks: 0

Open Issues: 0

Type:symfony1-plugin

pkg:composer/fos1/sf-crypt-plugin

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

This package is auto-updated.

Last update: 2025-09-27 04:21:38 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]