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 Extensions Laravel Package

symplify/phpstan-extensions

Extra PHPStan rules and extensions from Symplify to improve static analysis of PHP projects. Adds better type inference and framework-aware checks, helping catch bugs earlier and keep codebases consistent with minimal configuration.

View on GitHub
Deep Wiki
Context7
Package
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
besmartand-pro/doctrine-behaviors 0 0 0 13 0 0.0 15.8 MIT
View on GitHub
Context7
diabelb/doctrine-behaviors 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
effiana/doctrine-behaviors 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
eightmarq/doctrine-behaviors 0 0 0 0 0 0.3 MIT 2 years ago
View on GitHub
Context7
entropy/entropy Entropy is a lightweight PHP/Laravel package for calculating Shannon entropy and related information metrics on strings and datasets. Useful for analyzing randomness, password strength, identifiers, and distribution quality, with a simple API and minimal dependencies. 5 5 2 34K 0 0.1 51.8
View on GitHub
Context7
knplabs/doctrine-behaviors 923 938 324 84K 30 40.1 44.5 MIT 5 months ago
View on GitHub
Context7
rector/jack Jack is an experimental CLI for safely upgrading Composer dependencies one version at a time. It can fail CI when too many major updates are overdue, highlight dev deps first, and help you open up next versions gradually to avoid risky big-bang upgrades. 103 101 1 77K 1 2.4 40.1 MIT 11 months ago
View on GitHub
Context7
rector/swiss-knife Swiss Knife for upgrades: CLI tools to keep codebases clean and PSR-4 compliant. Detect git merge conflicts and commented-out code, find multiple classes per file, fix namespaces to match PSR-4 roots, and finalize classes without children (with skips for mocks/files). 210 209 16 154K 0 3.7 40.2 MIT 11 months ago
View on GitHub
Context7
rector/type-perfect Type Perfect adds 10 PHPStan rules to tighten type declarations: replace empty/isset checks with instanceof for precise narrowing, prefer explicit getters over magic array access, and enforce interface signatures. Easy to enable even on legacy code; improves reliability fast. 105 105 7 403K 0 0.7 49.5 MIT
View on GitHub
Context7
sandermuller/boost-core 3 3 0 2K 0 29.1 43.8 MIT 1 week ago
View on GitHub
Context7
sandermuller/laravel-fluent-validation Type-safe, IDE-autocomplete Laravel validation rule builders. Create rules fluently without memorizing strings; each rule exposes only valid methods. Define nested array validation with each()/children(). Optional HasFluentRules trait speeds wildcard validation dramatically (up to 160x). 211 211 2 9K 0 33.0 26.8 MIT 5 days ago
View on GitHub
Context7
sandermuller/package-boost Deprecated: sandermuller/package-boost is split into successors. Use package-boost-php for framework-agnostic Composer packages, package-boost-laravel for Laravel packages, or project-boost for PHP apps. Legacy 0.15.x remains for existing installs. 1 1 0 401 0 29.6 36.9 MIT 1 month ago
View on GitHub
Context7
sandermuller/package-boost-laravel 1 1 0 1K 0 23.8 43.5 MIT 1 month ago
View on GitHub
Context7
sandermuller/package-boost-php 1 1 0 2K 0 26.7 46.0 MIT 1 month ago
View on GitHub
Context7
symplify/autowire-array-parameter Automatically inject array parameters into PHP services with minimal configuration. Symplify Autowire Array Parameter resolves array constructor arguments from container config, reducing boilerplate and making service wiring cleaner in Symfony/Laravel-style DI setups. 60 62 2 24K 0 0.2 25.3 MIT
View on GitHub
Context7
symplify/coding-standard Opinionated PHP coding standard with 23 fixers for clean, consistent, readable code—no config required. Designed to run with Symplify Easy Coding Standard (ECS); install via Composer and auto-fix formatting like arrays, strict types spacing, line length, and method chaining. 382 383 25 72K 0 10.8 27.3 MIT 1 month ago
View on GitHub
Context7
symplify/config-transformer Automates refactoring and normalization of configuration files, helping you transform legacy or inconsistent configs into a unified format. Supports common PHP config styles and streamlines upgrades by applying consistent, repeatable changes across large codebases. 263 263 13 103K 0 1.7 35.8 MIT
View on GitHub
Context7
symplify/easy-coding-standard Easy Coding Standard (ECS) makes PHP coding standards effortless on PHP 7.2–8.5. Fast parallel runs, supports PHP_CodeSniffer and PHP-CS-Fixer, uses prepared rule sets, generates ecs.php config on first run, and can check and auto-fix code with --fix. 1,617 1,632 92 933K 0 33.5 44.3 MIT 1 month ago
View on GitHub
Context7
symplify/easy-testing Utilities for easier PHP unit testing, focused on writing cleaner tests with less boilerplate. Provides helpers and base test cases commonly used in Symplify tools to streamline assertions, fixture handling, and test setup across projects. 0 42 5K 0.0 50.8
View on GitHub
Context7
symplify/monorepo-builder Tools for managing PHP monorepos: scaffold a packages layout, merge and propagate composer.json data, validate shared dependency versions, bump inter-package constraints, and automate releases via a single monorepo-builder.php config. 526 526 46 176K 7 23.7 41.9 MIT 2 months ago
View on GitHub
Deep Wiki
Context7
symplify/package-builder Helper utilities for building Symfony/PHP packages: lightweight DI and service configuration, parameter resolution, class and file helpers, and tooling-friendly conventions. Designed to reduce boilerplate when composing reusable packages and developer tools. 164 168 7 69K 0 0.5 25.6 MIT
View on GitHub
Context7
symplify/php-config-printer Print Symfony service and parameter configs to clean PHP files using nikic/php-parser. Generate output for configured services only or full configs (e.g., from YAML arrays) via SmartPhpConfigPrinter and YamlToPhpConverter. Ideal for config transformations and automation. 32 32 2 8K 0 0.1 23.2 MIT
View on GitHub
Context7
symplify/phpstan-rules Extra PHPStan rules by Symplify to catch bugs, improve code quality, and enforce consistent conventions. Easy to install and configure, with a broad set of checks for Symfony/Laravel and modern PHP features to keep your codebase clean. 268 267 30 538K 0 22.1 52.8 MIT 1 month ago
View on GitHub
Context7
symplify/rule-doc-generator-contracts Contracts for Symplify’s rule doc generator: shared interfaces and value objects used to describe, format, and export rule documentation across Symplify tools. Useful when building custom rule providers, printers, or integrations without depending on full implementations. 17 17 1 151K 0 0.1 54.2 MIT
View on GitHub
Context7
symplify/smart-file-system Lightweight PHP file system utilities for safer, smarter file operations. Provides convenient wrappers around common read/write actions, path handling and file info helpers, aimed at simplifying scripts and package tooling with a clean, pragmatic API. 77 79 4 28K 0 0.3 24.9 MIT
View on GitHub
Context7
symplify/symplify-kernel Shared kernel and infrastructure for Symplify tools. Provides common console/app bootstrapping, configuration loading, service container wiring, and utilities to build consistent PHP CLI applications and packages on top of Symplify components. 46 47 3 20K 0 0.3 25.6 MIT
View on GitHub
Context7
symplify/vendor-patches Apply and manage vendor patches in Composer projects. Automatically patch dependencies after install/update, keep patches versioned in your repo, and maintain reproducible builds without forking upstream packages. 191 192 23 246K 0 1.6 42.9 MIT
View on GitHub
Deep Wiki
Context7
tomasvotruba/class-leak Finds class leaks in PHP apps: detects classes unintentionally pulled into your runtime via autoloading, service container or tests. Helps trim dependencies, speed up CI, and keep boundaries clean by reporting unexpected class usage with clear, actionable output. 149 147 7 149K 0 1.0 41.4 MIT
View on GitHub
Context7
tomasvotruba/unused-public PHPStan extension that finds unused public methods, properties, and constants by scanning calls across your codebase. Helps clean up dead APIs or spot members that should be private/protected. Supports gradual adoption via allowed % thresholds and excluding template-used methods. 195 194 15 138K 0 1.4 39.4 MIT
View on GitHub
Context7
wyrihaximus/phpstan-rules-wrapper Composer wrapper that bundles popular PHPStan rule sets and extensions into one install. Works out of the box with phpstan/extension-installer, pulling in strict, deprecation, PHPUnit, Mockery, dead-code detection, PSR-3, and type-coverage rules. 6 6 0 133K 1 30.2 64.9 MIT 3 days 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