PHP Package: opcodesio/mail-parser

Mail-Parser PHP library parses emails efficiently, extracting content and metadata accurately, aiding developers with email handling tasks.

Current Version: 0.2.1
Last Updated: 2025-03-04
PHP Requirement: ^8.0
Dependencies:
phpmailer/phpmailer
symfony/console
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Mail-Parser PHP library provides a reliable solution for parsing emails in PHP applications, enabling content extraction, metadata retrieval, and seamless handling of email-related tasks. With its efficient parsing capabilities, developers can streamline email processing workflows effectively.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 0.2.1

Download Download v0.2.1

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/opcodesio/mail-parser/0.2.1/loader.php';
require_once 'libs/phpmailer/phpmailer/6.10.0/loader.php';
require_once 'libs/symfony/console/7.3.0/loader.php';

use Opcodesio\MailParser\MailParser;
use Opcodesio\MailParser\Attachment;

$obj = new MailParser();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.