zephyrphp / authorization
Authorization module for ZephyrPHP - Gates and Policies
v0.4.48
2026-03-22 11:05 UTC
Requires
- php: >=8.2
- zephyrphp/auth: ^0.4
- zephyrphp/framework: ^0.4
This package is auto-updated.
Last update: 2026-06-22 12:20:01 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