PHPackages                             enricodeleo/wp-client-ajax-login - 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. enricodeleo/wp-client-ajax-login

ActiveWordpress-plugin[Authentication &amp; Authorization](/categories/authentication)

enricodeleo/wp-client-ajax-login
================================

A simple plugin that allows login to wordpress through the client's browser via AJAX.

0.1.8(11y ago)117MITShellPHP &gt;=5.3.0

Since Oct 30Pushed 4y ago1 watchersCompare

[ Source](https://github.com/enricodeleo/wpClientAjaxLogin)[ Packagist](https://packagist.org/packages/enricodeleo/wp-client-ajax-login)[ Docs](https://github.com/enricodeleo/wpClientAjaxLogin)[ RSS](/packages/enricodeleo-wp-client-ajax-login/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (10)Used By (0)

WP Client Ajax Login
====================

[](#wp-client-ajax-login)

A simple helper plugin that allows login to wordpress through the client's browser via AJAX.

How to install
--------------

[](#how-to-install)

### Composer

[](#composer)

If you're using Composer to manage your codebase add this plugin to your dependencies running:

`composer require enricodeleo/wp-client-ajax-login 0.1.8`

Or manually add it to your composer.json:

```
"require": {
  "enricodeleo/wp-client-ajax-login": "0.1.8"
}
```

### Legacy way

[](#legacy-way)

[Download this repo as a zip file ](https://github.com/enricodeleo/wpClientAjaxLogin/archive/0.1.8.zip) and extract it to your wp-content/plugins directory.

OR

Install this plugin via the official Wordpress Plugin registry .

Usage
=====

[](#usage)

This plugin is an helper and doesn't add anything to your wordpress theme. You might want to use it in conjunction with your frontend custom code.

You can use vanilla Javascript, Angular, or any framework that suits your needs.

*Here's an example with jQuery:*

```
$.ajax({
    type: "POST",
    url: "http://yoursite.dev/wp-admin/admin-ajax.php", //change this url acoording to your wp site
    xhrFields: {
        withCredentials: true
    },
    data: {
        user: "username", //hard-coded for example purposes
        pwd: "password", //hard-coded for example purposes
        action: "clientAjaxLogin"
    },
    success: function(resp) {
        var respObj = JSON.parse( resp );
        if( respObj.success ) {
            window.location = respObj.success;
        } else {
            console.log( respObj.error );
        }
    }
});
```

Of course you can bind the ajax call to an event like submitting a form.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

Recently: every ~46 days

Total

9

Last Release

4026d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/596d0d43bb5905e5dec13d5b01d231e0c6a8f2f4c512982ba6ad027661221c1f?d=identicon)[enricodeleo](/maintainers/enricodeleo)

---

Top Contributors

[![enricodeleo](https://avatars.githubusercontent.com/u/3534555?v=4)](https://github.com/enricodeleo "enricodeleo (1 commits)")

---

Tags

clientwordpressajaxlogin

### Embed Badge

![Health badge](/badges/enricodeleo-wp-client-ajax-login/health.svg)

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

###  Alternatives

[daggerhart/openid-connect-generic

OpenID Connect generic WordPress plugin.

30481.2k1](/packages/daggerhart-openid-connect-generic)[devgeniem/wp-geniem-roles

Wrapper class for WordPress role creation and manipulation.

1857.0k](/packages/devgeniem-wp-geniem-roles)[krombox/oauth2-wordpress

WordPress OAuth 2.0 Client Provider for The PHP League OAuth2-Client

115.0k2](/packages/krombox-oauth2-wordpress)[forumone/openid-connect-wp

OpenID Connect generic WordPress plugin.

204.3k](/packages/forumone-openid-connect-wp)

PHPackages © 2026

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