zephyrphp/authorization

Authorization module for ZephyrPHP - Gates and Policies

Maintainers

Package info

github.com/Techwonia/zephyrphp-authorization

pkg:composer/zephyrphp/authorization

Statistics

Installs: 48

Dependents: 2

Suggesters: 0

Stars: 0

Open Issues: 0

v0.4.48 2026-03-22 11:05 UTC

README

Role-based access control module for ZephyrPHP.

Features

  • Gates for permission checking
  • Role-based access control (RBAC)
  • HasRoles trait for User models
  • Granular per-action permissions

Installation

composer require zephyrphp/authorization

Note: This package is designed exclusively for ZephyrPHP and is not compatible with other PHP frameworks.

License

MIT