fos1/sf-crypt-plugin

为 Symfony1 提供对 mcrypt 库的抽象

安装: 26

依赖者: 0

建议者: 0

安全: 0

星标: 1

关注者: 7

分支: 0

开放问题: 0

类型:symfony1-plugin

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

This package is auto-updated.

Last update: 2024-08-27 01:54:53 UTC


README

sfCryptPlugin 为 mcrypt 库提供抽象。需要 PHP 的 "mcrypt" 扩展。

安装

  • 将插件添加到你的 composer.json 依赖中
  "require": {
    ...
    "fos1/sf-crypt-plugin": "1.0.*",
    ...
  • 清除缓存 symfony cc

使用

[待编写]