generateSql.php

Symfony Security Component - ACL (Access Control List)

Install

All systems
curl cmd.cat/generateSql.php.sh
Debian Debian
apt-get install php-symfony-security-acl
Ubuntu
apt-get install php-symfony-security-acl
image/svg+xml Kali Linux
apt-get install php-symfony-security-acl
Fedora
dnf install php-symfony-security-acl
Windows (WSL2)
sudo apt-get update sudo apt-get install php-symfony-security-acl
Raspbian
apt-get install php-symfony-security-acl

php-symfony-security-acl

Symfony Security Component - ACL (Access Control List)

The Security Component - ACL (Access Control List) is an advanced ACL system that provides ways to authorize authenticated users based on their roles. The Symfony Security Component provides an infrastructure for sophisticated authorization systems, which makes it possible to easily separate the actual authorization logic from so called user providers that hold the users credentials. It is inspired by the Java Spring framework. Symfony is a PHP framework, a set of tools and a development methodology.