Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Phpstan Laravel Package

contributte/phpstan

Contributte PHPStan integration for Nette projects. Install via Composer and get a ready-to-use PHPStan setup tailored for Nette 3.3+ on PHP 8.2+, with docs and ongoing maintenance by the Contributte team.

View on GitHub
Deep Wiki
Context7
Package
Score
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
korbeil/phpstan-generic-rules 0.94 PHPStan extension that enforces and improves the use of PHP generics. Adds custom rules to catch missing or incorrect template types, invalid generic usages, and helps keep docblocks and type hints consistent for safer, more accurate static analysis. 12 12 5 7K 2 9.0 39.5 9 months ago
View on GitHub
Context7
arty/php-coding-standard 0.92 2 3 0 14 0 11.8 12.5 MIT 6 months ago
View on GitHub
Context7
ecphp/php-conventions 0.92 Predefined GrumPHP configuration for PHP projects at the European Commission. Adds quality checks via git hooks (or manual runs): license file, composer validation/normalization, linters (YAML/JSON/PHP), Twig CS, PHP-CS-Fixer, PHPCS, PHPStan, Psalm. 1 1 1 162 0 0.9 28.6 BSD-3-Clause 4 years ago
View on GitHub
Context7
larastan/larastan 0.92 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,453 6,457 493 4M 84 87.3 72.5 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
shipmonk/phpstan-rules 0.92 40 super-strict PHPStan rules from ShipMonk to plug gaps in extra-strict setups. Install via Composer, include rules.neon, then enable/disable or tune rules per-project. Targets tricky PHP edge cases like unsafe comparisons, casts, arrays, enums and more. 155 154 23 211K 1 28.4 50.9 MIT 2 months ago
View on GitHub
Context7
kcs/phpstan-strict-rules 0.91 Fork of thecodingmachine/phpstan-strict-rules to support PHPStan v2. Adds stricter best-practice rules beyond core PHPStan, especially around exception handling (avoid throwing base Exception, empty catches, proper rethrowing). 3 3 0 5K 0 0.0 43.0
View on GitHub
Context7
e-lodgy/coding-standard 0.91 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 5 1 2.6 10.7 MIT 2 years ago
View on GitHub
Context7
slam/phpstan-extensions 0.90 PHPStan extensions with extra strict rules: unused variables, closure parameter typehints, enforce ::class notation, forbid goto, naming conventions, validate PHPUnit annotation FQCNs, and restrict access to globals/static properties in specific contexts. 71 71 13 43K 2 27.7 45.4 MIT 2 months ago
View on GitHub
Context7
nunomaduro/larastan 0.90 Larastan is a PHPStan extension for Laravel that adds strong type inference and “code analysis” by booting the app container. It understands Laravel’s magic, finds bugs early, and improves code quality and developer productivity. 6,455 6,442 497 430K 84 87.5 57.9 MIT 1 month ago
View on GitHub
Context7
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. 14,036 14,104 954 9M 1,060 94.2 72.3 MIT 2 weeks ago
View on GitHub
Deep Wiki
Context7
phpstan/phpstan-phpunit 0.85 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. 535 538 57 4M 36 45.1 78.7 MIT 2 weeks ago
View on GitHub
Context7
contributte/tester 0.83 Contributte Tester integrates Nette Tester into your project with a ready-to-use setup and tooling. Install via Composer and follow the included docs to run and manage automated tests on PHP 8.2+ with Nette 3.2+. 2 3 2 3K 1 11.5 44.8 MIT 6 months ago
View on GitHub
Context7
phpstan/phpstan-symfony 0.83 PHPStan extension for Symfony that improves static analysis with precise return types and framework-specific rules. Understands container/services, parameters, controllers, request/headers, serializer, forms, messenger handlers, cache callbacks, config tree builders, and more. 795 798 101 2M 61 53.2 82.1 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
contributte/qa 0.82 Contributte QA is a dev-only Composer package that bundles and streamlines PHP quality assurance tooling for your project. Install via composer require --dev contributte/qa and follow the included docs to integrate checks into your workflow/CI. 2 3 6 9K 0 11.5 52.3 MIT 7 months ago
View on GitHub
Context7
shipmonk/phpstan-dev 0.82 Utilities for developing PHPStan rules: write expected errors directly in fixture files using // error: comments and avoid brittle line-number assertions. Includes an autofix mode to generate/update inline error comments during rule development. 7 7 1 6K 1 13.5 43.7 MIT 5 months ago
View on GitHub
Context7
sidz/phpstan-rules 0.81 Custom PHPStan rules aimed at Laravel projects, helping catch common mistakes and enforce best practices. Adds extra static analysis checks tailored to typical framework patterns, improving code quality, consistency, and confidence during refactors. 31 31 4 29K 0 5.2 41.1 MIT 11 months ago
View on GitHub
Context7
phpstan/phpdoc-parser 0.79 PHPDoc Parser for PHPStan that parses, represents, and modifies PHPDoc blocks as an AST. Supports rich type syntax (unions, generics, shapes, callables, conditional types), constant expressions, and Doctrine annotations, with full API reference for nodes. 1,528 1,528 74 11M 7 41.5 68.5 MIT 2 weeks ago
View on GitHub
Deep Wiki
Context7
hiqdev/hidev-phpstan 0.77 2 4 0 140 0 0.6 23.2 BSD-3-Clause 6 years ago
View on GitHub
Context7
overtrue/phplint 0.77 PHPLint is a fast PHP syntax linter that runs multiple lint processes in parallel to speed up checking large codebases. Supports modern PHP versions, with easy installation via Composer, PHAR, Docker, or Phive, and configurable rules and paths. 1,022 1,028 92 291K 9 36.5 41.0 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
wyrihaximus/phpstan-react 0.76 PHPStan extension for ReactPHP projects that flags blocking PHP functions (e.g., file_get_contents, fopen, fread) and suggests async React alternatives from react/filesystem, react/socket, and react/stream. Include the provided ruleset to enforce non-blocking code. 2 2 0 52K 2 1.1 55.5 MIT 1 year ago
View on GitHub
Context7
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
nexmo/api-specification
capell-app/block-library
axium/identity
cetria/laravel-dummy-models
cetria/reflection-helper
agropredict/sso-auth-bundle
evolvestudio/spam-protection
datacore/hub-sdk
develia/commons
cuci/prototurk-sdk
cuci/prototurk-sdk-symfony
develia/geo-bundle
dreamzy/livewire-charts
touchestate-sdk/php-sdk
ecotone/kafka
22h/doctrine-garbage-collection-bundle
agtp/agtp-php
agtp/mod-php
splash/sonata-admin
splash/metadata