PHPackages                             jsoftb/auth0 - 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. jsoftb/auth0

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

jsoftb/auth0
============

Auth0 Authenticate object for CakePHP 3.x

18911PHP

Since Aug 2Pushed 9y ago2 watchersCompare

[ Source](https://github.com/jsoftb/auth0)[ Packagist](https://packagist.org/packages/jsoftb/auth0)[ RSS](/packages/jsoftb-auth0/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Auth0
=====

[](#auth0)

Auth0 Authenticate Object for Cakephp 3.x

More reference about auth0 services:

Installation
============

[](#installation)

Add to your composer.json file "jsoftb/auth0": "dev-master" Run composer update

Configuration
=============

[](#configuration)

Open your AppController and inside the initialize function

```
$this->loadComponent('Auth', [
            'authenticate' => [
                'Auth0.Auth0' => [
                                  'domain'        => '',
                                  'client_id'     => '',
                                  'client_secret' => '',
                                  'redirect_uri'  => ''
                ]
            ],
]);

```

Follow the instructions about how to set up the login page in Auth0

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

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/2702807?v=4)[Juan Bautista Giménez Sendiu](/maintainers/neojoda)[@neojoda](https://github.com/neojoda)

---

Top Contributors

[![neojoda](https://avatars.githubusercontent.com/u/2702807?v=4)](https://github.com/neojoda "neojoda (8 commits)")

### Embed Badge

![Health badge](/badges/jsoftb-auth0/health.svg)

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

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.3M17](/packages/kartik-v-yii2-password)

PHPackages © 2026

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