thibautselingue/local-php-security-checker-installer 问题修复 & 功能扩展

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

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

thibautselingue/local-php-security-checker-installer

最新稳定版本:v1.0.4

Composer 安装命令:

composer require thibautselingue/local-php-security-checker-installer

包简介

Composer integration for local PHP security check

README 文档

README

Composer integration for local PHP security check using fabpot/local-php-security-checker

This project is archived as it was rendered obsolete by the composer audit command.

Install:

composer require thibautselingue/local-php-security-checker-installer

Binary will be downloaded to your project's bin directory (vendor/bin by default, see documentation).

Usage:

vendor/bin/local-php-security-checker-installer && vendor/bin/local-php-security-checker

Example passing path to Composer binary:

COMPOSER_BIN=./composer.phar vendor/bin/local-php-security-checker-installer && vendor/bin/local-php-security-checker

Example in composer.json to run it after install:

"scripts": {
    "post-install-cmd": [
        "local-php-security-checker-installer && local-php-security-checker"
    ]
}

统计信息

  • 总下载量: 604.1k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 16
  • 点击次数: 1
  • 依赖项目数: 6
  • 推荐数: 0

GitHub 信息

  • Stars: 16
  • Watchers: 1
  • Forks: 6
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2021-02-05