bocharsky-bw/security-checker-bundle 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

bocharsky-bw/security-checker-bundle

最新稳定版本:v0.0.1

Composer 安装命令:

composer require bocharsky-bw/security-checker-bundle

包简介

Security Checker wrapper for Symfony Web Debug Toolbar

README 文档

README

Security Checker wrapper for Symfony Web Debug Toolbar.

SensioLabsInsight

BW Security Checker

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:
<?php
// app/AppKernel.php

public function registerBundles()
{
    // other bundles...
    
    if (in_array($this->getEnvironment(), array('dev', 'test'))) {
        // other dev bundles...
        $bundles[] = new BW\SecurityCheckerBundle\BWSecurityCheckerBundle();
    }
}
  1. Register the bundle's routes for dev environment:
# app/config/routing_dev.yml
_bw_security_checker_bundle:
    resource: "@BWSecurityCheckerBundle/Resources/config/routing.yml"
    prefix:   /_bw

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.

统计信息

  • 总下载量: 64
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 3
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 3
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2014-12-11

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固