npo/message-alerting-bundle
最新稳定版本:1.1
Composer 安装命令:
composer require npo/message-alerting-bundle
包简介
a symfony bundle for the ease-of-use of package message-alerting.
README 文档
README
message-alerting-bundle contains the bundle that includes message-alerting library and adds the Factories to the container
Getting Started
To use these messages-alerting library add this bundle to your project's composer requirements:
composer require npo/message-alerting-bundle
Then register it in your config/bundles.php
declare(strict_types=1);
return [
//... more bundles
NpoMessage\AlertingBundle\MessageAlertingBundle::class => ['all' => true],
];
Build and Test
No building needed, but there's a Dockerfile for development purposes. test by running phpunit.
Contribute
When updating this package run checkup to see if you comply to the codestyle and have enough test coverage
composer run checkup
统计信息
- 总下载量: 306
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-03-14