Download the PHP package bocharsky-bw/security-checker-bundle without Composer
On this page you can find all versions of the php package bocharsky-bw/security-checker-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bocharsky-bw/security-checker-bundle
More information about bocharsky-bw/security-checker-bundle
Files in bocharsky-bw/security-checker-bundle
Package security-checker-bundle
Short Description Security Checker wrapper for Symfony Web Debug Toolbar
License MIT
Homepage https://github.com/bocharsky-bw/SecurityCheckerBundle
Informations about the package security-checker-bundle
SecurityCheckerBundle
Security Checker wrapper for Symfony Web Debug Toolbar.
Install
Install bundle with Composer
dependency manager first by running the command:
$ composer require "bocharsky-bw/security-checker-bundle:dev-master"
Composer
will install the bundle to your project's vendor
directory.
Include
Including the bundle to your Symfony
project is as easy as to do a few simple steps.
1) Enable the bundle in application kernel for dev
environment:
2) Register the bundle's routes for dev
environment:
Congratulations!
You're ready to check your Symfony
project for known* security issues by easiest way!
* Disclaimer: This checker can only detect vulnerabilities that are referenced in the SensioLabs security advisories database.
All versions of security-checker-bundle with dependencies
symfony/framework-bundle Version ~2.0
sensiolabs/security-checker Version ~2.0