artack / delivery-status-notification
This package is abandoned and no longer maintained.
No replacement package was suggested.
Parser for Delivery Status Notifications (DSN) RFC-3464 & RFC-1894
Package info
github.com/artack/delivery-status-notification
pkg:composer/artack/delivery-status-notification
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: 2026-02-04 21:52:03 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.