artack / delivery-status-notification

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:PHP 100.0%