Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 2.22 KB

README.md

File metadata and controls

51 lines (35 loc) · 2.22 KB

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