kba-team / phplint.sh
Bash script to lint PHP files in the given directories.
Package info
github.com/the-kbA-team/phplint.sh
Language:Shell
Type:tools
pkg:composer/kba-team/phplint.sh
v1.0.2
2022-06-20 15:22 UTC
Requires
- php: *
This package is auto-updated.
Last update: 2026-03-20 23:50:57 UTC
README
This script checks the PHP files of the given directories for syntax errors.
Usage: phplint.sh [options] <directory> [<directory> ...]
Parameters:
<directory>The directory/directories to search for PHP files.
Options:
-e <ext>|--extension <ext>Define PHP files extension other than *.php to lint.-v | --verbosePrint positive lint results too.-h | --helpShow this help.
Composer usage
Include this package using composer.
composer require --dev kba-team/phplint.sh:"~1.0"