Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

thislg/local-php-security-checker-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

local-php-security-checker-installer

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"
    ]
}

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages