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

Diff Laravel Package

sebastian/diff

Standalone PHP diff library extracted from PHPUnit. Generate textual diffs between strings with configurable output builders (unified, strict unified, diff-only) or custom formats, and parse unified diffs into an object model for further processing.

View on GitHub
Deep Wiki
Context7
Package
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
a9f/fractor 0 1 0 62K 0 0.0 55.3 NOASSERTION
View on GitHub
Context7
behat/behat Behat is a PHP BDD framework for testing business expectations with executable specifications. Install via Composer and run scenarios from the CLI. Ideal for acceptance and behavior-driven tests, with strong docs and semantic versioning. 3,968 4,006 615 2M 48 76.4 59.9 MIT 2 months ago
View on GitHub
Context7
codeception/codeception Codeception is a full-stack PHP testing framework for unit, functional, and acceptance tests. It unifies PHPUnit-style assertions with browser and API testing, offers modular helpers, and integrates with popular PHP frameworks to speed up reliable test automation. 4,861 4,918 1,280 1M 151 77.9 61.9 MIT 7 months ago
View on GitHub
Context7
contao/contao 437 438 172 48 346 27.3 26.8 LGPL-3.0
View on GitHub
Deep Wiki
Context7
contao/core-bundle 123 130 55 22K 0 2.3 31.1 LGPL-3.0
View on GitHub
Context7
ergebnis/rector-rules A curated set of custom Rector rules from ergebnis to automate PHP refactoring and style consistency. Includes rules for sorting arrays and match arms, simplifying call arguments, Faker updates, namespace symbol references, and PHPUnit attribute-to-prefix changes. 10 10 0 36K 0 30.2 53.7 MIT 2 months ago
View on GitHub
Context7
fabpot/php-cs-fixer Automatically fix PHP coding standards issues and unify style across your codebase. Includes rule sets like PER-CS, Symfony, and PhpCsFixer, plus configurable rules and migrations to modern PHP and PHPUnit. Supports PHP 7.4–8.5. 13,547 13,561 1,644 12K 43 91.7 37.9 MIT 3 weeks ago
View on GitHub
Context7
friendsofphp/php-cs-fixer PHP CS Fixer automatically detects and fixes PHP coding style issues, applying built-in rule sets (PER-CS, Symfony, PhpCsFixer) or custom configs. Helps modernize code for newer PHP/PHPUnit. Install via Composer; supports PHP 7.4–8.5. 13,545 13,636 1,644 6M 43 92.0 74.2 MIT 4 weeks ago
View on GitHub
Context7
humbug/box 1,320 1,323 111 28K 73 50.0 49.0 MIT 6 months ago
View on GitHub
Context7
infection/infection Infection is a PHP mutation testing framework that measures how well your tests detect small code changes. Run it in CI to get a Mutation Score Indicator (MSI), uncover weak assertions, and improve test quality. PHP 8.3+. 2,235 2,245 190 1M 165 68.9 72.1 BSD-3-Clause 1 month ago
View on GitHub
Deep Wiki
Context7
nunomaduro/phpinsights PHP Insights analyzes PHP code quality, style, architecture, and complexity from your terminal. Works out of the box with Laravel (artisan insights), Symfony, Yii, Magento, and more, with built-in checks for reliability and loose coupling. 5,631 5,621 300 268K 69 71.3 52.1 MIT 5 months ago
View on GitHub
Deep Wiki
Context7
pedrotroller/php-cs-custom-fixer Custom fixers for PHP-CS-Fixer. Adds rules like ordering Behat context step definition methods by annotation and method name, with options for detecting context classes. Install via Composer and register the fixers in your .php_cs(.dist) config. 82 83 10 18K 4 16.2 40.1 11 months ago
View on GitHub
Context7
phperf/phpunit phperf/phpunit is a lightweight PHPUnit extension aimed at profiling and performance measurement during test runs. Add simple hooks to capture timing and resource usage so you can spot slow tests and track performance regressions over time. 0 0 0 193 0 0.9 31.2 NOASSERTION 4 years ago
View on GitHub
Context7
phpunit/phpcov phpcov is a CLI frontend for php-code-coverage. It merges PHPUnit --coverage-php .cov files from parallel or split runs and generates combined reports (HTML, Clover, etc.) or exports merged data back to a .cov file. 238 241 56 587K 1 3.1 46.8 BSD-3-Clause
View on GitHub
Context7
phpunit/phpunit PHPUnit is the de facto unit testing framework for PHP, based on the xUnit architecture. Run tests, make assertions, and integrate with CI and code coverage. Install via PHAR or Composer and build reliable PHP applications. 20,047 20,560 2,221 17M 16 80.1 55.4 BSD-3-Clause 3 weeks ago
View on GitHub
Context7
pluswerk/grumphp-config Dev-only Composer package that generates a ready-to-use GrumPHP setup for your project: creates grumphp.yml, rector.php, phpstan.neon and phpstan-baseline.neon, and pulls in project-specific resources when needed. Customize via the generated grumphp.yml. 7 7 5 5K 7 32.1 47.0 GPL-3.0 1 month ago
View on GitHub
Context7
promptphp/deck 108 109 3 2K 0 22.9 20.7 MIT 1 month ago
View on GitHub
Context7
ramsey/coding-standard ramsey/coding-standard provides Ramsey’s PHP_CodeSniffer ruleset to enforce consistent, modern PHP style across projects. Easy to install, integrates with CI, and helps catch formatting and code quality issues early with sensible defaults. 9 9 4 4K 0 17.2 39.2 MIT 7 months ago
View on GitHub
Context7
respect/validation Powerful PHP validation engine with 150+ tested validators. Build readable, chainable rules like numeric()->positive()->between(). Includes advanced exception handling and thorough docs. Great for complex input validation in any PHP app. 6,028 6,153 774 828K 8 70.6 38.9 MIT 1 month ago
View on GitHub
Context7
sandermuller/boost-core 3 3 0 3K 0 30.7 46.0 MIT 1 month ago
View on GitHub
Context7
sebastian/comparator sebastian/comparator compares PHP values for equality with type-aware comparators. Use the Factory to select the right comparator and get helpful ComparisonFailure details when assertions fail—ideal for test suites and tooling. 7,046 7,061 75 16M 1 57.2 54.8 BSD-3-Clause 1 month ago
View on GitHub
Context7
shipmonk/coverage-guard Enforce PHP code coverage in CI by targeting specific core methods/blocks instead of overall %. Legacy-friendly: enforce only new/changed code via git patch. Lightweight (nikic/php-parser), extensible rules, easy CLI to check PHPUnit Clover reports. 56 56 0 30K 0 19.6 43.6 MIT 2 months ago
View on GitHub
Context7
stolt/lean-package-validator CLI tool to validate a project or micro-package for “leanness” by ensuring common repo artifacts are excluded from release archives. Also creates, updates, and reformats .gitattributes export-ignore entries for lean distribution packages. 18 18 8 2K 7 36.8 33.5 MIT 1 month ago
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,621 1,632 92 933K 0 38.4 44.6 MIT 1 month ago
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 525 46 162K 7 26.3 42.0 MIT 1 month 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. 0 168 36K 0.0 55.3
View on GitHub
Context7
symplify/rule-doc-generator Generate consistent, readable documentation for custom PHP rules. Symplify Rule Doc Generator creates rule descriptions and examples automatically, helping you document PHPStan, Rector, or coding-standard rules quickly and keep docs in sync with code. 30 31 3 17K 0 0.2 38.0 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. 190 192 25 232K 0 1.9 42.6 MIT
View on GitHub
Deep Wiki
Context7
veeqtoh/prompt-deck 109 109 3 3K 0 22.8 23.9 MIT 1 month ago
View on GitHub
Context7
vimeo/psalm Psalm is a PHP static analysis tool that finds type errors, dead code, and risky patterns before runtime. Add it to your CI to improve code quality, enforce stricter typing, and catch bugs early in applications and libraries. 5,885 5,897 707 2M 1,932 83.8 63.4 MIT 5 months ago
View on GitHub
Deep Wiki
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.
calmfox/watch-sylius
damienfern/grpc-symfony-bundle
atoolo/index-bundle
atoolo/genai-bundle
coprotoai/laravel-ticket
davidjln/llm-carbon-bundle
cryonighter/valid-request-bundle
coolms/taxonomy-bundle
coolms/field-bundle
articulate-orm/symfony
aaix/laravel-tall-architect
ephoto/akeneo-connector
emmanuelballery/eb-plantumlbundle
emielburgman/symfony-visitor-beacon
emielburgman/symfony-visit-storage
emielburgman/symfony-security-headers
emielburgman/symfony-log-viewer
emarref/xdebug-bundle
emarref/pubnub-bundle
elriseio/finance-money-bundle