It includes foundational easy-to-use ACL (Access Control List), and a hassle-free authentication mechanism.
To install latest version use Composer.
composer require rdurica/core_acl
Register extension
extensions:
rdurica.coreAcl: Rdurica\CoreAcl\Extension\Extension
The package comes equipped with a robust base model that streamlines database interactions and enforces standardized conventions. Additionally, a collection of utility traits enhances various aspects of your application's functionality, enabling code reusability and maintainability.
The Core package includes a flexible ACL system that simplifies authorization management. It provides a structured way to define user roles, permissions, and access levels, ensuring that sensitive actions and resources are protected.
If you would like to contribute to this project, please fork the repository and create a pull request. We welcome all contributions, including bug fixes, new features, and documentation improvements.
This project is licensed under the terms of the MIT license.