dereuromark / cakephp-tinyauth-backend
A CakePHP plugin for DB based authentication and authorization handling
Installs: 293
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 4
Forks: 3
Open Issues: 2
Type:cakephp-plugin
pkg:composer/dereuromark/cakephp-tinyauth-backend
Requires
- php: >=8.1
- cakephp/cakephp: ^5.0.0
- dereuromark/cakephp-tinyauth: ^4.0.0
- dereuromark/cakephp-tools: ^3.0.0
Requires (Dev)
- fig-r/psr2r-sniffer: dev-next
- phpunit/phpunit: ^10.2
This package is auto-updated.
Last update: 2025-10-25 15:38:07 UTC
README
A database driven backend for CakePHP TinyAuth plugin. This replaces the native INI file approach.
This branch is for use with CakePHP 5.1+. For details see version map.
Installation
Install the plugin with composer from your CakePHP project's ROOT directory (where composer.json file is located)
composer require dereuromark/cakephp-tinyauth-backend
It will auto-require dereuromark/cakephp-tinyauth dependency.
Usage
See Docs.