orkestra/transactor-bundle

将 Orkestra Transactor 集成到 Symfony 2

1.0.1 2013-08-12 22:11 UTC

This package is not auto-updated.

Last update: 2024-09-14 13:20:11 UTC


README

Build Status

orkestra-transactor 集成到 Symfony 2。

安装

将 OrkestraTransactorBundle 添加到您的项目的最简单方法是使用 composer。

将 orkestra/transactor-bundle 添加到您的 composer.json 文件中

{
    "require": {
        "orkestra/transactor-bundle": "dev-master"
    }
}

然后运行 composer installcomposer update

配置

加密

要启用所有账户实体中账户号码字段的加密,请在 config.yml 中将 enable_encryption 设置为 true。

# app/config/config.yml

orkestra_transactor:
  enable_encryption: true

使用 orkestra-common 提供的 encrypted_string 列类型,加密处理是透明的。