Download the PHP package arkecosystem/stan without Composer
On this page you can find all versions of the php package arkecosystem/stan. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download arkecosystem/stan
More information about arkecosystem/stan
Files in arkecosystem/stan
Download arkecosystem/stan
More information about arkecosystem/stan
Files in arkecosystem/stan
Vendor arkecosystem
Package stan
Short Description Static Analysis & Testing for Laravel. Powered by PHPStan and Pest.
License MIT
Package stan
Short Description Static Analysis & Testing for Laravel. Powered by PHPStan and Pest.
License MIT
Please rate this library. Is it a good library?
Informations about the package stan
Laravel Stan
Static Analysis & Testing for Laravel. Powered by PHPStan and Pest.
Installation
- Require with composer:
composer require arkecosystem/stan --dev
- Publish all configurations with
php artisan vendor:publish --provider="ARKEcosystem\Stan\StanServiceProvider" --tag=config
. - Publish all workflows with
php artisan vendor:publish --provider="ARKEcosystem\Stan\StanServiceProvider" --tag=workflows
. - Start tweaking the configurations as needed for your project.
File Analysis
When working on larger projects it can happen that you move files on a regular basis and forget to update a reference. We use graham-campbell/analyzer to avoid this. Create the file tests/Analysis/AnalysisTest.php
and the test suite will fail if any references don't match a file.
All versions of stan with dependencies
PHP Build Version
Package Version
Requires
pestphp/pest Version
^1.11
pestphp/pest-plugin-faker Version ^1.0
pestphp/pest-plugin-laravel Version ^1.1
pestphp/pest-plugin-livewire Version ^1.0
spatie/pest-plugin-snapshots Version ^1.1
ergebnis/phpstan-rules Version ^0.15.3
friendsofphp/php-cs-fixer Version ^v3.1.0
graham-campbell/analyzer Version ^3.0
johnkary/phpunit-speedtrap Version ^4.0
mockery/mockery Version ^1.4
nunomaduro/collision Version ^5.5
nunomaduro/larastan Version ^0.7.11
nunomaduro/laravel-mojito Version ^0.2.8
phpstan/extension-installer Version ^1.1
phpstan/phpstan-deprecation-rules Version ^0.12.6
phpstan/phpstan-strict-rules Version ^0.12.10
phpunit/phpunit Version ^9.5
rector/rector Version ^0.11.38
jasonmccreary/laravel-test-assertions Version ^1.1
orchestra/testbench Version ^6.19
fakerphp/faker Version ^1.15
pestphp/pest-plugin-faker Version ^1.0
pestphp/pest-plugin-laravel Version ^1.1
pestphp/pest-plugin-livewire Version ^1.0
spatie/pest-plugin-snapshots Version ^1.1
ergebnis/phpstan-rules Version ^0.15.3
friendsofphp/php-cs-fixer Version ^v3.1.0
graham-campbell/analyzer Version ^3.0
johnkary/phpunit-speedtrap Version ^4.0
mockery/mockery Version ^1.4
nunomaduro/collision Version ^5.5
nunomaduro/larastan Version ^0.7.11
nunomaduro/laravel-mojito Version ^0.2.8
phpstan/extension-installer Version ^1.1
phpstan/phpstan-deprecation-rules Version ^0.12.6
phpstan/phpstan-strict-rules Version ^0.12.10
phpunit/phpunit Version ^9.5
rector/rector Version ^0.11.38
jasonmccreary/laravel-test-assertions Version ^1.1
orchestra/testbench Version ^6.19
fakerphp/faker Version ^1.15
The package arkecosystem/stan contains the following files
Loading the files please wait ....