rdurica/core_acl

0.2.0 2024-01-29 22:39 UTC

This package is auto-updated.

Last update: 2024-04-26 21:19:18 UTC


README

PHP GitHub release (with filter) GitHub Packagist Downloads (custom server)

It includes foundational easy-to-use ACL (Access Control List), and a hassle-free authentication mechanism.

image

Installation

To install latest version use Composer.

composer require rdurica/core_acl

Register extension

extensions:
	rdurica.coreAcl: Rdurica\CoreAcl\Extension\Extension

Key Features

Base Model and Utility Traits

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.

Access Control List (ACL) for Easy Authorization

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.

Contributing

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.

License

This project is licensed under the terms of the MIT license.