Skip to content

Parser for Delivery Status Notifications (RFC 3464 & RFC 1894)

License

Notifications You must be signed in to change notification settings

artack/delivery-status-notification

Repository files navigation

Parser for Delivery Status Notifications (RFC 3464 & RFC 1894)

Packagist Software License Build Status Coverage Status Quality Score Total Downloads

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.

Resources