yaroslavche/bitmasktype
最新稳定版本:0.0.1
Composer 安装命令:
composer require yaroslavche/bitmasktype
包简介
BitMaskType
README 文档
README
BitMaskType
BitMask Doctrine Type
Getting Started
For using Doctrine mapping type as bitmask need to register type. See example in Doctrine documentation
For Symfony need only add custom type in Doctrine config:
# config/packages/doctrine.yaml doctrine: dbal: types: bitmask: BitMask\Doctrine\Types\BitMaskType
Installing
Install package via composer
composer require yaroslavche/bitmasktype
Scripts:
Tests
PHPUnit
$ composer phpunit $ ./vendor/bin/phpunit
Infection (src without mutable code, so infection is disabled)
$ composer infection $ ./vendor/bin/infection --min-msi=50 --min-covered-msi=70
PHPStan
$ composer phpstan $ ./vendor/bin/phpstan analyse src/ -c phpstan.neon --level=7 --no-progress -vvv --memory-limit=1024M
PHP-CS
$ composer cscheck $ ./vendor/bin/phpcs
$ composer csfix $ ./vendor/bin/phpcbf
Contributing
Feel free to fork or contribute =)
License
This project is licensed under the MIT License - see the LICENSE file for details
统计信息
- 总下载量: 8.54k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-06-06