Source: php-symfony-security-acl Section: php Priority: optional Maintainer: Debian PHP PEAR Maintainers Uploaders: Daniel Beyer , David Prévot Build-Depends: debhelper-compat (= 13), php-doctrine-common, php-doctrine-dbal, php-sqlite3, php-symfony-security-core, phpab, phpunit, pkg-php-tools Standards-Version: 4.5.1 Homepage: https://symfony.com/doc/2.8/components/security/introduction.html Vcs-Git: https://salsa.debian.org/php-team/pear/php-symfony-security-acl.git -b debian/latest Vcs-Browser: https://salsa.debian.org/php-team/pear/php-symfony-security-acl Rules-Requires-Root: no Package: php-symfony-security-acl Architecture: all Depends: ${misc:Depends}, ${phpcomposer:Debian-require} Suggests: ${phpcomposer:Debian-suggest} Recommends: ${phpcomposer:Debian-recommend} Replaces: ${phpcomposer:Debian-replace} Breaks: ${phpcomposer:Debian-conflict}, ${phpcomposer:Debian-replace} Provides: ${phpcomposer:Debian-provide} Description: ${phpcomposer:description} 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.