Skip to content

potievdev/slim-rbac

Repository files navigation

Slim4 RBAC Middleware

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