PHPackages                             laravel-enso/imapauth - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. laravel-enso/imapauth

AbandonedArchivedLibrary[Authentication &amp; Authorization](/categories/authentication)

laravel-enso/imapauth
=====================

An authentication provider for Laravel 5 that allows you to authenticate via IMAP.

2.0.5(8y ago)0171MITPHP

Since Mar 21Pushed 8y ago2 watchersCompare

[ Source](https://github.com/laravel-enso/laravel5-imap-authentication)[ Packagist](https://packagist.org/packages/laravel-enso/imapauth)[ RSS](/packages/laravel-enso-imapauth/feed)WikiDiscussions master Synced 3w ago

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

laravel5-imap-authentication
============================

[](#laravel5-imap-authentication)

[![Codacy Badge](https://camo.githubusercontent.com/9bc3766e9f401b0f82d4ae555b413d88446a3c82817ecb909d2f6ad22f31fd9b/68747470733a2f2f6170692e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f6464363762313864366239303434313639663463643534306363613631666261)](https://www.codacy.com/app/laravel-enso/laravel5-imap-authentication?utm_source=github.com&utm_medium=referral&utm_content=laravel-enso/laravel5-imap-authentication&utm_campaign=badger)[![StyleCI](https://camo.githubusercontent.com/5389f2f32db122794e135a7bdaf18cb04bccc9c41e3570e2a7d6d4c4400480aa/68747470733a2f2f7374796c6563692e696f2f7265706f732f38353730383938322f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/85708982)[![Total Downloads](https://camo.githubusercontent.com/dcea76c002120847f511d09ffa449839e6488a1438335e0f251e5c65eb5a247f/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2d656e736f2f696d6170617574682f646f776e6c6f616473)](https://packagist.org/packages/laravel-enso/imapauth)[![Latest Stable Version](https://camo.githubusercontent.com/bda6eedff7994aff53970771f152d3b391dc7a6492ab1427343d3e14936cc5eb/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2d656e736f2f696d6170617574682f76657273696f6e)](https://packagist.org/packages/laravel-enso/imapauth)

An authentication provider for Laravel 5 that allows you to authenticate via IMAP.

Heavily inspired by peckrob's package.

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

[](#installation)

Add the following line to the `require` section of your `composer.json`:

```
{
    "require": {
        "peckrob/laravel5-imap-authentication": "dev-master"
    }
}
```

Update your packages with `composer update` or install with `composer install`.

Laravel 5
---------

[](#laravel-5)

### Setup

[](#setup)

Add the ServiceProvider to the `providers` array in `app/config/app.php`.

```
        App\Providers\AppServiceProvider::class,
        App\Providers\EventServiceProvider::class,
        App\Providers\RouteServiceProvider::class,
        ...
        peckrob\Laravel5ImapAuthentication\ImapAuthServiceProvider::class,

```

In your `app/config/auth.php`, set the authentication driver to `imap`.

```
    'driver' => 'imap',

```

### Configuration

[](#configuration)

By default it will attempt to connect to localhost. If you want something different, add `IMAP_AUTH_SERVER`, `IMAP_AUTH_PORT`, `IMAP_PARAMETERS` to the **.env** file:

```
IMAP_AUTH_SERVER
IMAP_PORT
IMAP_PARAMETERS

```

Contribute
----------

[](#contribute)

Contributions are welcome. :)

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 56.3% 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 ~51 days

Recently: every ~0 days

Total

9

Last Release

2979d ago

Major Versions

1.0.2 → 2.0.02018-05-04

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16073274?v=4)[Adrian Ocneanu](/maintainers/aocneanu)[@aocneanu](https://github.com/aocneanu)

---

Top Contributors

[![aocneanu](https://avatars.githubusercontent.com/u/16073274?v=4)](https://github.com/aocneanu "aocneanu (9 commits)")[![DevIonut](https://avatars.githubusercontent.com/u/19207797?v=4)](https://github.com/DevIonut "DevIonut (6 commits)")[![codacy-badger](https://avatars.githubusercontent.com/u/23704769?v=4)](https://github.com/codacy-badger "codacy-badger (1 commits)")

### Embed Badge

![Health badge](/badges/laravel-enso-imapauth/health.svg)

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

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.2M17](/packages/kartik-v-yii2-password)

PHPackages © 2026

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