PHPackages                             zalazdi/laravel-imap - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. zalazdi/laravel-imap

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

zalazdi/laravel-imap
====================

Laravel 5 IMAP client.

1.0.4(9y ago)5112.9k23[8 issues](https://github.com/zalazdi/laravel-imap/issues)[4 PRs](https://github.com/zalazdi/laravel-imap/pulls)MITPHPPHP &gt;=5.3.0

Since Aug 21Pushed 6y ago9 watchersCompare

[ Source](https://github.com/zalazdi/laravel-imap)[ Packagist](https://packagist.org/packages/zalazdi/laravel-imap)[ Docs](https://github.com/Zalazdi/LaravelImap)[ RSS](/packages/zalazdi-laravel-imap/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (1)Versions (6)Used By (0)

laravel-imap
============

[](#laravel-imap)

[![Latest Version on Packagist](https://camo.githubusercontent.com/b17639bc34238d4f174f1b8e6733f640b3d73443ffa655560a10680f4328a514/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7a616c617a64692f6c61726176656c2d696d61702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/zalazdi/laravel-imap)[![Total Downloads](https://camo.githubusercontent.com/531c0d0504313b80e5a616f1ffa9c53d6663153a918e9b6c83c14f04ce46a406/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7a616c617a64692f6c61726176656c2d696d61702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/zalazdi/laravel-imap)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)

Install
-------

[](#install)

1. In your terminal via composer:

```
composer require zalazdi/laravel-imap
```

2. Add this provider to your config/app.php :

```
Zalazdi\LaravelImap\Providers\LaravelServiceProvider::class,

```

3. Publish config file

```
php artisan vendor:publish --provider="Zalazdi\LaravelImap\Providers\LaravelServiceProvider"

```

then Define host, username, password, etc in your `config/imap.php`.

Usage
-----

[](#usage)

Example usage:

```
use Zalazdi\LaravelImap\Client;
use Zalazdi\LaravelImap\Mailbox;

// ...

$client = new Client();
$client->connect();

$mailboxes = $client->getMailboxes();
foreach($mailboxes as $mailbox) {
    dump($mailbox->getMessages());
}
```

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Zalazdi](http://github.com/zalazdi)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity37

Limited adoption so far

Community21

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 79.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~134 days

Total

5

Last Release

3425d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/603454?v=4)[Krzysztof Graman](/maintainers/zalazdi)[@zalazdi](https://github.com/zalazdi)

---

Top Contributors

[![zalazdi](https://avatars.githubusercontent.com/u/603454?v=4)](https://github.com/zalazdi "zalazdi (31 commits)")[![iMokhles](https://avatars.githubusercontent.com/u/1247248?v=4)](https://github.com/iMokhles "iMokhles (3 commits)")[![rap2hpoutre](https://avatars.githubusercontent.com/u/1575946?v=4)](https://github.com/rap2hpoutre "rap2hpoutre (2 commits)")[![austinkregel](https://avatars.githubusercontent.com/u/5355937?v=4)](https://github.com/austinkregel "austinkregel (1 commits)")[![florianbeer](https://avatars.githubusercontent.com/u/800047?v=4)](https://github.com/florianbeer "florianbeer (1 commits)")[![scrutinizer-auto-fixer](https://avatars.githubusercontent.com/u/6253494?v=4)](https://github.com/scrutinizer-auto-fixer "scrutinizer-auto-fixer (1 commits)")

---

Tags

laravelmailimap

### Embed Badge

![Health badge](/badges/zalazdi-laravel-imap/health.svg)

```
[![Health](https://phpackages.com/badges/zalazdi-laravel-imap/health.svg)](https://phpackages.com/packages/zalazdi-laravel-imap)
```

###  Alternatives

[propaganistas/laravel-disposable-email

Disposable email validator

6012.9M7](/packages/propaganistas-laravel-disposable-email)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
