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 8.2 7 months ago
View on GitHub
Context7
arty/php-coding-standard 0.92 2 3 0 2 0 14.0 4.6 MIT 5 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 181 0 0.9 27.1 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,406 6,382 492 4M 80 87.7 71.9 MIT 1 week 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. 152 154 24 139K 1 31.1 49.3 2 weeks ago
View on GitHub
Context7
wyrihaximus/phpstan-rules-wrapper 0.91 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
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 4K 0 0.0 41.6
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 23 1 2.6 19.0 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 35K 2 30.0 43.9 MIT 2 weeks 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,407 6,419 492 410K 80 90.2 59.3 MIT 1 week ago
View on GitHub
Context7
21torr/janus 0.88 Janus PHP provides shared configuration for CI and PHP code style tools, making it easy to standardize linting, formatting, and automation across projects. Includes ready-to-use presets and documentation for quick setup. 0 0 0 743 0 20.1 45.0 MIT 2 months 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. 13,968 14,039 951 9M 1,051 93.7 72.2 MIT 1 week 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. 531 534 56 3M 35 38.6 74.3 MIT 3 months 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 5K 1 14.2 49.3 MIT 4 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. 788 791 101 2M 61 53.6 81.5 MIT 2 weeks 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 12.9 52.9 MIT 5 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 7K 0 15.4 45.3 MIT 4 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 42K 0 7.6 44.1 MIT 10 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,526 74 10M 8 35.0 65.0 MIT 4 months ago
View on GitHub
Deep Wiki
Context7
hiqdev/hidev-phpstan 0.77 2 4 0 94 0 0.6 20.9 BSD-3-Clause 5 years 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.
hamzi/corewatch
minionfactory/raw-hydrator
hexters/coinpayment
rjcodes/rjcms
act-training/laravel-permissions-manager
alimarchal/laravel-chart-of-accounts
babenkoivan/elastic-scout-driver
mkwebdesign/filament-watchdog-v5
renatomarinho/laravel-page-speed
zedmagdy/filament-business-hours
renatovdemoura/blade-elements-ui
devgeek/beacon-admin
benjamin-rqt/data-watcher-bundle
atriumphp/atrium
sandermuller/package-boost-laravel
sandermuller/boost-skills
redaxo/core
yusufgenc/filament-api-forge
l3aro/rating-star-for-filament
leek/filament-subtenant-scope