PHPackages                             awallef/cakephp-redis-jwt-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. awallef/cakephp-redis-jwt-auth

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

awallef/cakephp-redis-jwt-auth
==============================

CakePHP redis jwt auth

3.4.0.1(8y ago)011PHPPHP &gt;=5.5.9

Since Jul 24Pushed 8y ago1 watchersCompare

[ Source](https://github.com/awallef/cakephp-redis-jwt-auth)[ Packagist](https://packagist.org/packages/awallef/cakephp-redis-jwt-auth)[ RSS](/packages/awallef-cakephp-redis-jwt-auth/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (4)Versions (3)Used By (0)

cakephp-redis-jwt-auth plugin for CakePHP
=========================================

[](#cakephp-redis-jwt-auth-plugin-for-cakephp)

This plugin allows you store jwt token in redis engine and login via Basic

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

[](#installation)

You can install this plugin into your CakePHP application using [composer](http://getcomposer.org).

The recommended way to install composer packages is:

```
composer require awallef/cakephp-redis-jwt-auth

```

Load it in your config/boostrap.php

```
Plugin::load('Awallef/RJA',['boostrap' => true]);

```

Redis caching
-------------

[](#redis-caching)

This plugin provides a very little bit different redis engine based on cakephp's RedisEngine. differences are:

- Engine config comes with a bool 'serialize' option ( default is true )
- Read and wirte fct use config 'serialize' option
- Keys are stored/read/deleted in order to uses : and :\* redis skills!

Configure the engine in app.php like follow:

```
'Cache' => [
    ...
    'redis' => [
      'className' => 'Awallef/Redis.Redis',
      'prefix' => 'www.your-site.com:',
      'duration' => '+24 hours',
      'serialize' => true
    ],
    ...
]

```

###  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 ~3 days

Total

2

Last Release

3260d ago

### Community

Maintainers

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

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/awallef-cakephp-redis-jwt-auth/health.svg)

```
[![Health](https://phpackages.com/badges/awallef-cakephp-redis-jwt-auth/health.svg)](https://phpackages.com/packages/awallef-cakephp-redis-jwt-auth)
```

###  Alternatives

[google/auth

Google Auth Library for PHP

1.4k286.7M205](/packages/google-auth)[stevenmaguire/oauth2-keycloak

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

2276.2M36](/packages/stevenmaguire-oauth2-keycloak)[robsontenorio/laravel-keycloak-guard

🔑 Simple Keycloak Guard for Laravel

5181.1M3](/packages/robsontenorio-laravel-keycloak-guard)[dereuromark/cakephp-tinyauth

A CakePHP plugin to handle user authentication and authorization the easy way.

131237.3k13](/packages/dereuromark-cakephp-tinyauth)[ellaisys/aws-cognito

AWS Cognito package that allows Auth and other related features using the AWS SDK for PHP

121242.9k1](/packages/ellaisys-aws-cognito)[microsoft/kiota-authentication-phpleague

Authentication provider for Kiota using the PHP League OAuth 2.0 client to authenticate against the Microsoft Identity platform

153.8M9](/packages/microsoft-kiota-authentication-phpleague)

PHPackages © 2026

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