PHPackages                             camohob/yii2-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. camohob/yii2-imap

ActiveYii2-extension[Mail &amp; Notifications](/categories/mail)

camohob/yii2-imap
=================

Imap agent component for Yii2

v1.0.7(9y ago)03032MITPHPPHP &gt;=5.4.0

Since Dec 10Pushed 9y ago2 watchersCompare

[ Source](https://github.com/camohob/yii2-imap)[ Packagist](https://packagist.org/packages/camohob/yii2-imap)[ RSS](/packages/camohob-yii2-imap/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (9)Used By (0)

Imap agent
==========

[](#imap-agent)

Imap agent component for Yii2

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist camohob/yii2-imap "*"

```

or add

```
"camohob/yii2-imap": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your code by :

```
$imap = new ImapAgent;
$imap->type = 'imap/ssl/novalidate-cert';
$imap->server = 'imap.mail.ru';
$imap->port = 993;
$imap->user = 'mailbox@mail.ru';
$imap->password = 'password';

foreach ($imap->messages as $message) {
     $message->delete();
}

$imap->close();
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~39 days

Recently: every ~67 days

Total

8

Last Release

3534d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8cc63d32c35aabf3a25a7d191935fa60db4b6d8126acab9bb70bfb3362702c95?d=identicon)[salimkamboh](/maintainers/salimkamboh)

---

Top Contributors

[![camohob](https://avatars.githubusercontent.com/u/7923965?v=4)](https://github.com/camohob "camohob (12 commits)")

---

Tags

yii2extensionimap

### Embed Badge

![Health badge](/badges/camohob-yii2-imap/health.svg)

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

###  Alternatives

[roopz/yii2-imap

yii2 extension to read and process mails from IMAP and PHP

4095.8k](/packages/roopz-yii2-imap)[nterms/yii2-mailqueue

Email queue component for yii2 that works with yii2-swiftmailer.

87129.2k2](/packages/nterms-yii2-mailqueue)[nickcv/yii2-mandrill

Mandrill Api Integration for Yii2

29554.2k2](/packages/nickcv-yii2-mandrill)[odaialali/yii2-toastr

This is the Toastr extension for Yii 2. It encapsulates Toastr plugin in terms of Yii widgets, and makes ajax notification easy to implement.

1486.3k](/packages/odaialali-yii2-toastr)

PHPackages © 2026

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