potievdev/slim-rbac

Role Based Access Control middleware for Slim 3

v1.0.1 2019-02-24 18:13 UTC

README

Build Status codecov FOSSA Status Scrutinizer Code Quality Build Status Total Downloads

This package helps you to release access control logic via RBAC (Role Based Access Control) technology. The example app you can see https://github.com/potievdev/slim-rbac-app

📋 Requirements

  • The minimum required PHP version is PHP 7.3.
  • Supported database engines
    • MySQL
    • PostgreSQL
    • MariaDB

🔧 Installation

First step

$ composer require potievdev/slim_rbac "^2.0"

🎌 Contribution

Please see CONTRIBUTING for details.

📝 Licence

MIT License