webinarium/pignus-bundle

This package is abandoned and no longer maintained. The author suggests using the webinarium/symfony-lazysec package instead.

Symfony library with a bunch of security related features

2.3.1 2021-05-31 03:00 UTC

This package is auto-updated.

Last update: 2021-05-31 03:04:09 UTC


README

PHP Latest Stable Version Build Status Scrutinizer Code Quality Code Coverage

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