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 1w 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 30% 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

4124d 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

[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.6k10](/packages/helsingborg-stad-municipio)[wp-media/wp-rocket

Performance optimization plugin for WordPress

7591.4M4](/packages/wp-media-wp-rocket)[discourse/wp-discourse

WordPress plugin that allows you to use Discourse as a community engine for your WordPress blog.

5439.6k](/packages/discourse-wp-discourse)[rainlab/user-plugin

User plugin for October CMS

11855.3k17](/packages/rainlab-user-plugin)[pressbooks/pressbooks-book

This theme is named after Canadian media theorist Marshall McLuhan, who coined the phrase “the medium is the message.” It is designed for academic writing and is also suitable for fiction. Headings are set in Cormorant Garamond, and body type is set in Lora.

226.7k](/packages/pressbooks-pressbooks-book)[krombox/oauth2-wordpress

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

115.9k2](/packages/krombox-oauth2-wordpress)

PHPackages © 2026

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