matiux/broadway-sensitive-serializer-dbal
Composer 安装命令:
composer require matiux/broadway-sensitive-serializer-dbal
包简介
Broadway sensitive serializer implementation using doctrine/dbal
关键字:
README 文档
README
Broadway sensitive serializer dbal implementation using doctrine/dbal.
Read the wiki for more information.
Setup for development
git clone https://github.com/matiux/broadway-sensitive-serializer-dbal.git && cd broadway-sensitive-serializer-dbal cp docker/docker-compose.override.dist.yml docker/docker-compose.override.yml rm -rf .git/hooks && ln -s ../scripts/git-hooks .git/hooks
Install dependencies to run test
make upd
make composer ARG="install"
Run test
make build-php ARG="--no-cache"
make upd
make phpunit
This repository uses GitHub actions to perform some checks. If you want to test the actions locally you can use act. For example if you want to check the action for static analysis
act -P ubuntu-latest=shivammathur/node:latest --job static-analysis
Symfony container registration
services: broadway_sensitive_serializer.aggregate_keys.dbal: class: Matiux\Broadway\SensitiveSerializer\Dbal\DBALAggregateKeys arguments: $connection: "@doctrine.dbal.default_connection" $tableName: "aggregate_keys" $useBinary: false $binaryUuidConverter: "@broadway.uuid.converter"
统计信息
- 总下载量: 124
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-12-21