PHPackages                             m7vm7v/land - 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. m7vm7v/land

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

m7vm7v/land
===========

Security, PIN, Email Verification

014PHP

Since Nov 20Pushed 9y ago1 watchersCompare

[ Source](https://github.com/m7vm7v/security)[ Packagist](https://packagist.org/packages/m7vm7v/land)[ RSS](/packages/m7vm7v-land/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

\#Description

composer require m7vm7v/land:dev-master

App\\Controllers\\Auth\\RegisterController.php delete validator &amp; create, change the following use m7vm7v\\land\\Traits\\Auth\\RegistersUser;

App\\Controllers\\Auth\\LoginController.php change the following use m7vm7v\\land\\Auth\\AuthenticatesUsers;

App\\Http\\Kernel.php protected $middlewareGroups = \[ 'web' =&gt; \[ \\m7vm7v\\land\\Middleware\\CheckPinIfNotActiveUser::class, \\m7vm7v\\land\\Middleware\\CheckUserFingerprint::class, \\m7vm7v\\land\\Middleware\\LoginWithPasswordAfterEmail::class, \\m7vm7v\\land\\Middleware\\LogLastUserActivity::class, \],

User.php use m7vm7v\\land\\Traits\\User\\UserHelpers; use m7vm7v\\land\\Traits\\User\\OnlineUsers; use m7vm7v\\land\\Traits\\User\\Securable;

Router.php public function auth() { // Authentication Routes... $this-&gt;get('login', 'Auth\\LoginController@showLoginForm')-&gt;name('login'); $this-&gt;get('login/password', 'Auth\\LoginController@showPasswordLoginForm'); $this-&gt;get('login/with\_email/{name}/{token}', 'Auth\\LoginController@authenticateEmail')-&gt;name('login.with\_email'); $this-&gt;post('login', 'Auth\\LoginController@resolveLogin'); $this-&gt;post('logout', 'Auth\\LoginController@logout')-&gt;name('logout'); $this-&gt;get('password', 'Auth\\LoginController@passwordVerification'); $this-&gt;post('password', 'Auth\\LoginController@loginWithPassAfterEmail');

```
    // Registration Routes...
    $this->get('register', 'Auth\RegisterController@showRegistrationForm');
    $this->post('register', 'Auth\RegisterController@register');

    // Password Reset Routes...
    $this->get('password/reset', 'Auth\ForgotPasswordController@showLinkRequestForm');
    $this->post('password/email', 'Auth\ForgotPasswordController@sendResetLinkEmail');
    $this->get('password/reset/{token}', 'Auth\ResetPasswordController@showResetForm');
    $this->post('password/reset', 'Auth\ResetPasswordController@reset');

    // Pin Routes
    $this->get('password/pin', '\m7vm7v\land\Controllers\PinController@getView');
    $this->post('password/pin', '\m7vm7v\land\Controllers\PinController@checkThePin');
}

```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/15105151?v=4)[m7vm7v](/maintainers/m7vm7v)[@m7vm7v](https://github.com/m7vm7v)

---

Top Contributors

[![m7vm7v](https://avatars.githubusercontent.com/u/15105151?v=4)](https://github.com/m7vm7v "m7vm7v (7 commits)")

### Embed Badge

![Health badge](/badges/m7vm7v-land/health.svg)

```
[![Health](https://phpackages.com/badges/m7vm7v-land/health.svg)](https://phpackages.com/packages/m7vm7v-land)
```

###  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)
