diff options
Diffstat (limited to 'Guard/README.md')
-rw-r--r-- | Guard/README.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Guard/README.md b/Guard/README.md new file mode 100644 index 0000000..845340f --- /dev/null +++ b/Guard/README.md @@ -0,0 +1,22 @@ +Security Component - Guard +========================== + +The Guard component brings many layers of authentication together, making +it much easier to create complex authentication systems where you have +total control. + +Resources +--------- + +Documentation: + +https://symfony.com/doc/2.8/book/security.html + +Tests +----- + +You can run the unit tests with the following command: + + $ cd path/to/Symfony/Component/Security/Guard/ + $ composer.phar install --dev + $ phpunit |