This package provides a parser for delivery status notifications (RFC 3464 & RFC 1894).
To install, use composer:
composer require artack/delivery-status-notification
The DSN Model can be parsed by using the static method from()
.
use Artack\Dsn\DeliveryStatusNotification;
$dsn = DeliveryStatusNotification::from($dsnMimePartContent);
$ ./vendor/bin/phpunit
The MIT License (MIT). Please see License File for more information.