PHPackages                             propellerstudios/users-plugin - 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. propellerstudios/users-plugin

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

propellerstudios/users-plugin
=============================

Users plugin for CakePHP

v0.1.0(10y ago)08PHPPHP &gt;=5.4

Since Oct 22Pushed 10y ago2 watchersCompare

[ Source](https://github.com/propellerstudios/users-plugin)[ Packagist](https://packagist.org/packages/propellerstudios/users-plugin)[ RSS](/packages/propellerstudios-users-plugin/feed)WikiDiscussions master Synced 1mo ago

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

Users plugin for CakePHP
========================

[](#users-plugin-for-cakephp)

A CakePHP 3.x plugin for users. The original concept is boilerplate user management using the default CakePHP Auth component.

To use this plugin simply require it with Composer.

```
$ composer require propellerstudios/users-plugin

```

Once Composer has the necessary files, run a migration to add the `users` table to your database.

```
$ bin/cake migrations migrate -p Propeller/Users

```

Configuration
-------------

[](#configuration)

In order for this plugin to work properly, you must set the `bootstrap`directive on the plugin load command in your applications `bootstrap` file. The purpose of the plugin's bootstrap file is to load the configuration properly. The plugin also sets and handles routes.

```
Plugin::load('Propeller/Users', ['bootstrap' => true, 'routes' => true]);

```

There are several keys for configuring the Users plugin.

- `use_email_as_username`
- `first_user_is_admin`
- `use_main_route_scope`
- `use_dashboard_route`
- `open_registration`
- `send_email_verification`
- `white_list`

All of these keys are boolean values save for `white_list` which is an array of actions that are available to non-authorized visitors of the site. To overwrite any of these, *after* your `Plugin::load()` command, just rewrite the keys that you wish like so:

```
Configure::write('Users.white_list', ['index', 'view']);
Configure::write('Users.use_email_as_username', false);

```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

3861d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7f85c153dca959804eefe3fe2066ae122afb6db2633358ca04ec04b88394f858?d=identicon)[dsmithhayes](/maintainers/dsmithhayes)

---

Top Contributors

[![dsmithhayes](https://avatars.githubusercontent.com/u/3150059?v=4)](https://github.com/dsmithhayes "dsmithhayes (13 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/propellerstudios-users-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/propellerstudios-users-plugin/health.svg)](https://phpackages.com/packages/propellerstudios-users-plugin)
```

###  Alternatives

[cakedc/users

Users Plugin for CakePHP

524897.0k16](/packages/cakedc-users)[dereuromark/cakephp-tinyauth

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

129228.6k10](/packages/dereuromark-cakephp-tinyauth)[admad/cakephp-jwt-auth

CakePHP plugin for authenticating using JSON Web Tokens

160680.3k8](/packages/admad-cakephp-jwt-auth)[markstory/acl_extras

Additional tools for managing DB ACL in CakePHP applications.

155311.0k](/packages/markstory-acl-extras)[admad/cakephp-social-auth

A CakePHP plugin which allows you to authenticate using social providers like Facebook/Google/Twitter etc.

51298.3k1](/packages/admad-cakephp-social-auth)[cakedc/auth

Auth objects for CakePHP

31630.0k2](/packages/cakedc-auth)

PHPackages © 2026

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