PHP Package: webklex/php-imap

PHP-IMAP is a PHP library that provides functionality to work with IMAP, POP3, and NNTP mail servers, allowing seamless email integration into your PHP applications.

Current Version: 6.1.0
Last Updated: 2025-01-19
PHP Requirement: ^8.0.2
Dependencies:
php/imap
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

PHP-IMAP is a powerful PHP library that simplifies the process of interacting with email servers. It offers a wide range of features including reading, sending, and managing emails, handling attachments, and more. With PHP-IMAP, developers can easily create robust email applications with minimal effort.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 6.2.0

Clock Coming soon

Previous Versions

Code Integration Example

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

<?php
// Example from PHPlibraries.com
require_once 'libs/webklex/php-imap/6.2.0/loader.php';
require_once 'libs/php/imap/{lib_version}/loader.php';

use Webklex\PHPIMAP\ClientManager;
use Webklex\PHPIMAP\Connection;

$obj = new ClientManager();
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.