mrpunyapal/peststan
PestStan integrates PHPStan with the Pest testing framework, making static analysis fit naturally into your test workflow. Adds Pest-friendly configuration and helpers so you can run PHPStan on your codebase with minimal setup.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| e-lodgy/coding-standard | 0.88 | E-Lodgy’s shared Easy Coding Standard (ECS) configuration for PHP projects. Install via Composer, import the provided ecs.php, and apply consistent formatting and code style rules across your src, tests, and config files. | 0 | 0 | 1 | 25 | 1 | 2.6 | 19.5 | MIT | 2 years ago | |
| phpstan/phpstan | 0.88 | PHPStan is a static analysis tool for PHP that finds bugs without running your code. It catches whole classes of errors early, improving type safety and code correctness, and helps you spot issues before writing tests or deploying. | 13,968 | 14,039 | 951 | 9M | 1,051 | 93.7 | 72.2 | MIT | 2 weeks ago | |
| larastan/larastan | 0.88 | Larastan is a PHPStan extension for Laravel that analyzes your code to catch bugs early. It boots the Laravel container to resolve runtime-only types, adds static typing support for Laravel “magic,” and improves code quality and developer productivity. | 6,406 | 6,382 | 492 | 4M | 80 | 87.7 | 71.9 | MIT | 2 weeks ago | |
| wyrihaximus/phpstan-rules-wrapper | 0.88 | Meta package that bundles popular PHPStan rule sets via phpstan/extension-installer. Install once to enable strict, deprecation, PHPUnit/Mockery, dead-code detection, type-coverage, PSR-3, and more with minimal configuration. | 6 | 6 | 0 | 61K | 1 | 27.8 | 63.2 | MIT | 1 month ago | |
| mrpunyapal/rector-pest | 0.87 | Rector rules for migrating PHP tests to Pest. Automates converting PHPUnit-style tests and assertions into Pest’s fluent syntax, helping you modernize test suites quickly and consistently with minimal manual edits. | 64 | 64 | 5 | 20K | 0 | 28.9 | 40.1 | MIT | 4 weeks ago | |
| pestphp/pest | 0.82 | Pest is an elegant PHP testing framework focused on simplicity and a joyful developer experience. Write expressive tests with a clean syntax, run fast suites, and scale from tiny projects to large apps. Full docs at pestphp.com. | 11,508 | 11,495 | 475 | 4M | 143 | 90.4 | 67.9 | MIT | 1 month ago | |
| phpstan/phpstan-phpunit | 0.70 | PHPStan extension for PHPUnit: improves type inference for mocks (intersection types for createMock/getMock), understands Foo|MockObject phpDocs, adds early-terminating methods to avoid undefined vars, and refines assert() types. Optional strict rules catch improper assertion usage. | 531 | 535 | 57 | 4M | 35 | 38.3 | 74.2 | MIT | 3 months ago | |
| staabm/phpstan-psr3 | 0.65 | PHPStan rules that detect PSR-3 logger misuse and security pitfalls: invalid placeholders, context issues, and message formatting mistakes. Works with psr/log, Monolog, Laravel (illuminate/log, LogManager), and REDAXO rex_logger. | 23 | 23 | 1 | 47K | 1 | 1.5 | 45.5 | MIT | 1 year ago |
How can I help you explore Laravel packages today?