Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/vendor/symfony/security/Symfony/Component/Security
Julio Montoya d7041815fc Updating vendors 13 years ago
..
Acl Updating vendors 13 years ago
Core Updating vendors 13 years ago
Http Updating vendors 13 years ago
Resources/translations Adding web profiler provider 13 years ago
Tests Updating vendors 13 years ago
CHANGELOG.md Updating vendors 13 years ago
LICENSE Updating vendor 14 years ago
README.md Updating vendors 13 years ago
composer.json Updating vendors 13 years ago
phpunit.xml.dist Adding web profiler provider 13 years ago

README.md

Security Component

Security 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.

Resources

Documentation:

http://symfony.com/doc/2.3/book/security.html

Resources

You can run the unit tests with the following command:

$ cd path/to/Symfony/Component/Security/
$ composer.phar install --dev
$ phpunit