Skip to content

Commit

Permalink
Documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rotimi committed May 9, 2024
1 parent 66e9ca1 commit 3b0e43a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ A simple, highly flexible and customizable access control package for PHP applic

composer require rotexsoft/versatile-acl

## Branching

These are the branches in this repository:

- **master:** contains code for the latest major version of this package.
- **4.x:** contains code for the **4.x** version of this package. No new features, only bug fixes.
- **1.X:** contains code for the **1.X** version of this package. Abandoned.

## Introduction
A PHP application can use this package to define **Permissionable Entities** (e.g. application users or groups that users can belong to).
* Each entity is an instance of **[\VersatileAcl\Interfaces\PermissionableEntityInterface](src/interfaces/PermissionableEntityInterface.php)**
Expand Down

0 comments on commit 3b0e43a

Please sign in to comment.