PHPackages                             szopen/simple-access-control - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. szopen/simple-access-control

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

szopen/simple-access-control
============================

A permission checker system based on description label defined actions

v1.1.0(2y ago)219MITPHPPHP ^8.0|^8.1|^8.2

Since Jul 3Pushed 2y ago1 watchersCompare

[ Source](https://github.com/LeandroLuccerini/simple-access-control)[ Packagist](https://packagist.org/packages/szopen/simple-access-control)[ RSS](/packages/szopen-simple-access-control/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (4)Versions (6)Used By (0)

Simple Access Control
=====================

[](#simple-access-control)

This project is about a simple system to check permissions about a textual labeled action.

The base concept is that you can define an [Action](./src/Domain/Action.php) that describes a possible process, then is possible to define a [Permission](./src/Domain/Permission.php) that allows or deny that action.

```
