PHPackages                             wp-kit/wp-login-auth - 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. wp-kit/wp-login-auth

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

wp-kit/wp-login-auth
====================

An authentication class for WordPress

1.0.1(6y ago)07.5k1MITPHPPHP &gt;=7.2

Since Sep 17Pushed 6y ago1 watchersCompare

[ Source](https://github.com/wp-kit/wp-login-auth)[ Packagist](https://packagist.org/packages/wp-kit/wp-login-auth)[ Docs](https://github.com/wp-kit/wp-login-auth)[ RSS](/packages/wp-kit-wp-login-auth/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (2)DependenciesVersions (3)Used By (1)

wp-kit/wp-login-auth
====================

[](#wp-kitwp-login-auth)

An authentication class for WordPress.

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

[](#installation)

Install via [`Composer`](https://getcomposer.org/) in a composer driven folder:

```
composer require "wp-kit/wp-login-auth"
```

Usage
-----

[](#usage)

Anywhere in your theme or plugin, use the following code:

```
WPKit\WpLoginAuth\WpLoginAuth::boot([
  'allow' => array(
    '/some/page'
  ),
  'disallow' => array(),
  'logout_redirect' => '/page/login',
  'login_redirect' => home_url(),
  'mask_wp_login' => false
]);
```

License
-------

[](#license)

wp-kit/wp-login-auth is open-sourced software licensed under the MIT License.

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community9

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

Total

2

Last Release

2341d ago

PHP version history (2 changes)1.0.0PHP &gt;=5.6.4

1.0.1PHP &gt;=7.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/b4cf98026bd84498477fafbfb9648807bf87c5ec9a0a404db2e3b7e2739cc8f9?d=identicon)[terence1990](/maintainers/terence1990)

---

Top Contributors

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

---

Tags

wordpressAuthentication

### Embed Badge

![Health badge](/badges/wp-kit-wp-login-auth/health.svg)

```
[![Health](https://phpackages.com/badges/wp-kit-wp-login-auth/health.svg)](https://phpackages.com/packages/wp-kit-wp-login-auth)
```

###  Alternatives

[hwi/oauth-bundle

Support for authenticating users using both OAuth1.0a and OAuth2 in Symfony.

2.4k22.0M76](/packages/hwi-oauth-bundle)[kayue/kayue-wordpress-bundle

Support for authenticating WordPress users in Symfony2.

9926.1k](/packages/kayue-kayue-wordpress-bundle)[maicol07/flarum-ext-sso

SSO for Flarum

468.7k](/packages/maicol07-flarum-ext-sso)[ahsankhatri/wordpress-auth-provider

A package to provide wordpress users in laravel authentication system.

522.7k](/packages/ahsankhatri-wordpress-auth-provider)[itinerisltd/disallow-pwned-passwords

Disallow WordPress and WooCommerce users using pwned passwords.

281.8k](/packages/itinerisltd-disallow-pwned-passwords)

PHPackages © 2026

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