orkestra / transactor-bundle
Integrates the Orkestra Transactor with Symfony 2
Installs: 277
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 2
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.3.3
- orkestra/transactor: >=1.0.0,<1.3.x-dev
Requires (Dev)
- doctrine/orm: 2.3.*
- symfony/dependency-injection: 2.1.*
- symfony/form: 2.1.*
- symfony/framework-bundle: 2.1.*
- symfony/yaml: 2.1.*
This package is not auto-updated.
Last update: 2024-10-26 13:46:51 UTC
README
Integrates orkestra-transactor with Symfony 2.
Installation
The easiest way to add OrkestraTransactorBundle to your project is using composer.
Add orkestra/transactor-bundle to your composer.json
file:
{ "require": { "orkestra/transactor-bundle": "dev-master" } }
Then run composer install
or composer update
.
Configuration
Encryption
To enable encryption of the account number field on all account entities,
set enable_encryption
to true in config.yml.
# app/config/config.yml orkestra_transactor: enable_encryption: true
Encryption is handled transparently using the encrypted_string
column type
provided by orkestra-common.