https://github.com/CakeDC/users
Users Plugin for CakePHP
https://github.com/CakeDC/users
cakephp cakephp-plugin hacktoberfest plugin rbac registration social-login users
Last synced: 7 days ago
JSON representation
Users Plugin for CakePHP
- Host: GitHub
- URL: https://github.com/CakeDC/users
- Owner: CakeDC
- License: other
- Created: 2010-08-27T00:49:05.000Z (over 14 years ago)
- Default Branch: 15.next-cake5
- Last Pushed: 2025-04-25T15:20:16.000Z (12 days ago)
- Last Synced: 2025-04-25T16:29:37.771Z (12 days ago)
- Topics: cakephp, cakephp-plugin, hacktoberfest, plugin, rbac, registration, social-login, users
- Language: PHP
- Homepage: https://www.cakedc.com
- Size: 4.16 MB
- Stars: 525
- Watchers: 57
- Forks: 298
- Open Issues: 44
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Security: .github/SECURITY.md
Awesome Lists containing this project
- awesome-cakephp - CakeDC/Users plugin - Complete user management (admin panel, remember me, etc), Social login (FB, Twitter, LinkedIn, Google, Instagram), RBAC, API and more. (Authentication and Authorization)
README
CakeDC Users Plugin
===================[](https://github.com/CakeDC/users/actions?query=workflow%3ACI+branch%3Amaster)
[](https://codecov.io/gh/CakeDC/users)
[](https://packagist.org/packages/CakeDC/users)
[](https://packagist.org/packages/CakeDC/users)
[](https://packagist.org/packages/CakeDC/users)Versions and branches
---------------------| CakePHP | CakeDC Users Plugin | Tag | Notes |
|:--------------:|:----------------------------------------------------------:|:------:|:---------|
| ^5.0 | [15.0](https://github.com/cakedc/users/tree/15.next-cake5) | 15.0.1 | stable |
| ^5.0 | [14.4](https://github.com/cakedc/users/tree/14.next-cake5) | 14.3.4 | stable |
| ^4.5 | [13.0](https://github.com/cakedc/users/tree/13.next-cake4) | 13.0.1 | stable |
| ^5.0 | [12.0](https://github.com/cakedc/users/tree/12.next-cake5) | 12.0 | beta |
| ^4.3 | [11.0](https://github.com/cakedc/users/tree/11.next-cake4) | 11.1.0 | stable |
| ^4.0 | [9.0](https://github.com/cakedc/users/tree/9.next) | 9.0.5 | stable |
| ^3.7 <4.0 | [8.5](https://github.com/cakedc/users/tree/8.next) | 8.5.1 | stable |
| ^3.7 <4.0 | [develop](https://github.com/cakedc/users/tree/develop) | - | unstable |
| 3.6 | [8.1](https://github.com/cakedc/users/tree/8.1.0) | 8.1.0 | stable |
| 3.5 | [6.x](https://github.com/cakedc/users/tree/6.x) | 6.0.1 | stable |
| 3.4 | [5.x](https://github.com/cakedc/users/tree/5.x) | 5.2.0 | stable |
| >=3.2.9 <3.4.0 | [4.x](https://github.com/cakedc/users/tree/4.x) | 4.2.1 | stable |
| ^2.10 | [2.x](https://github.com/cakedc/users/tree/2.x) | 2.2.0 | stable |The **Users** plugin covers the following features:
* User registration
* Login/logout
* Social login (Facebook, Twitter, Instagram, Google, Linkedin, etc)
* Simple RBAC via https://github.com/CakeDC/auth
* Remember me (Cookie) via https://github.com/CakeDC/auth
* Manage user's profile
* Admin management
* One-Time Password for Two-Factor Authentication
* Webauthn for Two-Factor Authentication (Yubico Key compatible)
* reCaptcha v3 (14.2 only) and v2 supported in all versions
* Password MeterThe plugin is here to provide users related features following 2 approaches:
* Quick drop-in working solution for users login/registration. Get users working in 5 minutes.
* Extensible solution for a bigger/custom application. You'll be able to extend:
* UsersAuth Component
* Use your own UsersTable
* Use your own ControllerOn the previous versions of the plugin, extensibility was an issue, and one of the main
objectives of the 3.0 rewrite is to guarantee all the pieces could be extended/reused as
easily.Another decision made was limiting the plugin dependencies on other packages as much as possible.
Requirements
------------* CakePHP 5.0+
* PHP 8.1+Documentation
-------------For documentation, as well as tutorials, see the [Docs](Docs/Home.md) directory of this repository.
Support
-------For bugs and feature requests, please use the [issues](https://github.com/CakeDC/users/issues) section of this repository.
Commercial support is also available, [contact us](https://www.cakedc.com/contact) for more information.
Contributing
------------This repository follows the [CakeDC Plugin Standard](https://www.cakedc.com/plugin-standard). If you'd like to contribute new features, enhancements or bug fixes to the plugin, please read our [Contribution Guidelines](https://www.cakedc.com/contribution-guidelines) for detailed instructions.
Security
------------If you've found a security issue in CakeDC Users plugin, please use the procedure described in [SECURITY.md](.github/SECURITY.md)
License
-------Copyright 2019 Cake Development Corporation (CakeDC). All rights reserved.
Licensed under the [MIT](http://www.opensource.org/licenses/mit-license.php) License. Redistributions of the source code included in this repository must retain the copyright notice found in each file.