artack / delivery-status-notification
Parser for Delivery Status Notifications (DSN) RFC-3464 & RFC-1894
0.1.0
2019-03-25 11:57 UTC
Requires
- php: ^7.2
Requires (Dev)
- phpunit/phpunit: ^8.0
- symfony/var-dumper: ^4.2
This package is auto-updated.
Last update: 2024-11-04 18:54:24 UTC
README
This package provides a parser for delivery status notifications (RFC 3464 & RFC 1894).
Installation
To install, use composer:
composer require artack/delivery-status-notification
Usage
The DSN Model can be parsed by using the static method from()
.
use Artack\Dsn\DeliveryStatusNotification; $dsn = DeliveryStatusNotification::from($dsnMimePartContent);
Testing
$ ./vendor/bin/phpunit
Credits
License
The MIT License (MIT). Please see License File for more information.