webinarium / symfony-lazysec
Symfony library with a bunch of security related features
Installs: 24 901
Dependents: 0
Suggesters: 0
Security: 0
Stars: 9
Watchers: 2
Forks: 1
Open Issues: 0
Requires
- php: >=7.1
- doctrine/orm: ^2.5
- ramsey/uuid: ^3.7|^4.0
- symfony/security-core: ^3.4.48|^4.4.23|^5.2.8
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.12
- phpunit/phpunit: ^7.0
README
Lazy security for Symfony
The library provides few classes and features related to the Security component:
All the features are decoupled from each other and can be used independently, so you are free to use only those you need.
Installation
Open a command console, enter your project directory and execute the following command to download the latest stable version of the library:
composer require webinarium/symfony-lazysec
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.
Development
./vendor/bin/php-cs-fixer fix ./vendor/bin/phpunit --coverage-html=vendor/coverage