PHPackages                             laborci/mikauth-eternity - 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. laborci/mikauth-eternity

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

laborci/mikauth-eternity
========================

1.0.3(7y ago)013PHPPHP &gt;=7.0

Since Feb 4Pushed 7y ago1 watchersCompare

[ Source](https://github.com/pte-mik/MikAuth-Eternity)[ Packagist](https://packagist.org/packages/laborci/mikauth-eternity)[ RSS](/packages/laborci-mikauth-eternity/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

### Eternity module for handling MIK-AUTH

[](#eternity-module-for-handling-mik-auth)

copy the config file into your global configs, add it to your config builder

```
'mik-auth' => include "global/mik-auth.php",

```

Add MikAuthEternity to the ServiceContainer

```
\MikAuthEternity\Services::register([Config::class, 'mik_auth']);

```

finally add auth paths to your router

```
$router->get('/auth/login', [MikAuthRedirect::class, 'login'])();
$router->get('/auth/success/{token}', [MikAuthRedirect::class, 'success'])();
$router->pipe(MikAuthCheckMiddleware::class);
$router->get('/auth/logout', [MikAuthRedirect::class, 'logout'])();

```

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 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 ~36 days

Total

4

Last Release

2591d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/66d6c319c7aaec0983a01e417b163694e8dca501b6a8ec82e1f5e2a03c88b2d6?d=identicon)[elvis](/maintainers/elvis)

---

Top Contributors

[![laborci](https://avatars.githubusercontent.com/u/7274872?v=4)](https://github.com/laborci "laborci (5 commits)")

### Embed Badge

![Health badge](/badges/laborci-mikauth-eternity/health.svg)

```
[![Health](https://phpackages.com/badges/laborci-mikauth-eternity/health.svg)](https://phpackages.com/packages/laborci-mikauth-eternity)
```

###  Alternatives

[oauth-io/oauth

OAuth that just works !

90143.1k1](/packages/oauth-io-oauth)[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)
