Download the PHP package wundii/phplint without Composer
On this page you can find all versions of the php package wundii/phplint. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package phplint
PHPLint - the fastest way to check your syntax
This program is one of the fastest tools for static code analysis and error detection in PHP source code. The native php lint checking is used here.
Installation and Usage
Functionality over the config file (phplint.php)
- php cgi executable (default: php)
- php extension (default: php)
- paths (default: src)
- skip
- memory limit (default: 512M)
- async processes (default: 10)
- async processes timeout (default: 60)
- console warnings (default: true)
- console notice (default: true)
- cache class (default: Symfony\Component\Cache\Adapter\FilesystemAdapter)
- no exit code (default: false)
- no process bar (default: false)
Development for PHPLint
composer scripts
complete checks before merge
To-do list for version 1.0.0
- [x] add symfony cache-system
- [x] refactor LintConsoleOutput class
- [x] refactor LintConfig class
- [x] run without config file
- [x] test BootstrapInputResolver
- [x] test createLintConfigFromInput
- [x] test no-config with config options
- [ ] extension of the documentation
Feedback and Contributions
I welcome feedback, bug reports and contributions from the community! If you found a bug or have a suggestion for improvement, please create an issue.
Every contribution is welcome!
All versions of phplint with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
ext-json Version *
symfony/cache Version ^6.4 || ^7.0
symfony/config Version ^6.4 || ^7.0
symfony/console Version ^6.4 || ^7.0
symfony/dependency-injection Version ^6.4 || ^7.0
symfony/finder Version ^6.4 || ^7.0
symfony/process Version ^6.4 || ^7.0
webmozart/assert Version ^1.11
ext-json Version *
symfony/cache Version ^6.4 || ^7.0
symfony/config Version ^6.4 || ^7.0
symfony/console Version ^6.4 || ^7.0
symfony/dependency-injection Version ^6.4 || ^7.0
symfony/finder Version ^6.4 || ^7.0
symfony/process Version ^6.4 || ^7.0
webmozart/assert Version ^1.11
The package wundii/phplint contains the following files
Loading the files please wait ....