PHP Package: webklex/laravel-imap

Laravel-IMAP is a powerful PHP library for interacting with IMAP mail servers in Laravel applications, offering seamless integration and extensive features.

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

Package Description

Laravel-IMAP is a feature-rich PHP library designed to simplify IMAP email handling within Laravel projects. It provides a robust set of tools for managing emails, including reading, sending, and organizing messages with ease, enhancing the efficiency of email-related tasks in your application development workflow.

🔗 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/laravel-imap/6.2.0/loader.php';
require_once 'libs/php-fig/http-message/2.0/loader.php';
require_once 'libs/symfony/console/7.3.0/loader.php';

use Webklex\IMAP\Client;
use Symfony\Component\Console\Input\InputInterface;

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