notification:Fowler 通知模式的 PHP 实现

时间:2024-07-24 09:31:28
【文件属性】:

文件名称:notification:Fowler 通知模式的 PHP 实现

文件大小:13KB

文件格式:ZIP

更新时间:2024-07-24 09:31:28

PHP

通知 PHP 5.3+ 库,用于处理在验证中用通知替换抛出异常。 “如果你正在验证一些数据,你通常不应该使用异常来表示验证失败。” —— 安装 这可以通过安装为 : $ composer require php-ddd/notification 用法 假设我们有这样的代码: use Exception ; class PurchaseOrder { /** * @var Items[] */ private $ items = array (); /** * @var ShippingInformation */ private $ shippingInformation ; /** * Check if we can validate the purchase orde


【文件预览】:
notification-master
----.scrutinizer.yml(879B)
----src()
--------Error.php(557B)
--------Notification.php(1KB)
--------InvalidArgumentException.php(155B)
--------ExceptionInterface.php(160B)
----phpunit.xml.dist(950B)
----.php_cs(497B)
----CONTRIBUTING.md(1KB)
----.travis.yml(302B)
----LICENSE(1KB)
----composer.lock(40KB)
----README.md(5KB)
----tests()
--------NotificationTest.php(1KB)
--------ErrorTest.php(678B)
----.gitignore(54B)
----composer.json(587B)

网友评论