brightecapital / aws-kms-doctrine-encryptor
Custom encryptor for michaeldegroot/doctrine-encrypt-bundle to use AWS KMS for encryption
This package's canonical repository appears to be gone and the package has been frozen as a result.
Installs: 672
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 3
Type:project
Requires
- aws/aws-sdk-php: ^3.142
- michaeldegroot/doctrine-encrypt-bundle: ^4.0
Requires (Dev)
- php: >=7.3
- brighte/brighte-ms-standards: 1.3.*
- phpunit/phpunit: ^8.3
This package is auto-updated.
Last update: 2024-08-23 23:01:42 UTC
README
Custom encryptor module for michaeldegroot/doctrine-encrypt-bundle that uses AWS KMS
Authors
Chris Young chris.young@brighte.com.au
Team
- Services Team
- Architecture Team
Contributing
- Never commit directly to master. Always make pull requests to the Authors
- This repository does not use git flow. There is no develop branch, only master and features.
- PHP codesniffer linting must pass. Do not use disable annotations.
- All tests must pass. 90% code coverage is required.