dereuromark/cakephp-tinyauth-backend

A CakePHP plugin for DB based authentication and authorization handling

Installs: 290

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 5

Forks: 2

Open Issues: 0

Type:cakephp-plugin

pkg:composer/dereuromark/cakephp-tinyauth-backend

2.0.1 2024-03-20 11:57 UTC

This package is auto-updated.

Last update: 2025-09-30 13:31:18 UTC


README

CI Coverage Status Minimum PHP Version License Latest Stable Version Total Downloads Coding Standards

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.