Download the PHP package leverage-php/toolchain without Composer
On this page you can find all versions of the php package leverage-php/toolchain. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download leverage-php/toolchain
More information about leverage-php/toolchain
Files in leverage-php/toolchain
Download leverage-php/toolchain
More information about leverage-php/toolchain
Files in leverage-php/toolchain
Vendor leverage-php
Package toolchain
Short Description Highly opinionated PHP toolchain.
License MIT
Package toolchain
Short Description Highly opinionated PHP toolchain.
License MIT
Please rate this library. Is it a good library?
Informations about the package toolchain
Leverage Toolchain
Introduction
This project is designed to make it easier to get new PHP projects off the ground with strong tooling already in place.
It provides -
- Code style using PHP CS Fixer with a .php-cs-fixer.php config file
- Linting using phplint
- Static analysis using PHPStan with a phpstan.neon config file
- Unit testing using PHPUnit with the PHPStan extension installed
- A verify script that runs them all to make it easy to test everything before you push
Usage
This will install all the scripts into your vendor/bin
directory.
Most stuff will "just work" but you'll probably want to symlink PHPStan's config file so your editor knows what the settings are.
All versions of toolchain with dependencies
PHP Build Version
Package Version
Requires
dg/bypass-finals Version
1.*
friendsofphp/php-cs-fixer Version ^3.6
overtrue/phplint Version 5.*
pedrotroller/php-cs-custom-fixer Version ^2.30
phpstan/phpstan Version 1.*
phpstan/phpstan-phpunit Version 1.*
phpunit/phpunit Version 9.*
friendsofphp/php-cs-fixer Version ^3.6
overtrue/phplint Version 5.*
pedrotroller/php-cs-custom-fixer Version ^2.30
phpstan/phpstan Version 1.*
phpstan/phpstan-phpunit Version 1.*
phpunit/phpunit Version 9.*
The package leverage-php/toolchain contains the following files
Loading the files please wait ....