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 46K 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,963 4,003 617 2M 47 77.7 59.1 MIT 4 weeks 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,857 4,911 1,282 1M 151 80.0 62.5 MIT 5 months ago
View on GitHub
Context7
contao/contao 432 434 171 102 360 27.3 27.4 LGPL-3.0
View on GitHub
Deep Wiki
Context7
contao/core-bundle 123 130 55 22K 0 2.3 31.0 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 17K 0 31.2 51.4 MIT 2 weeks 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,542 13,555 1,635 13K 42 88.9 37.5 MIT 1 week 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,541 13,631 1,635 5M 42 90.3 73.4 MIT 1 week ago
View on GitHub
Context7
humbug/box 1,315 1,319 110 32K 73 52.2 50.7 MIT 4 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,224 2,233 186 996K 167 66.3 69.6 BSD-3-Clause 3 weeks 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,615 5,621 296 268K 69 73.1 54.4 MIT 3 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 9 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 90 0 0.9 27.1 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. 239 241 57 587K 1 3.0 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,040 20,549 2,225 14M 15 79.0 52.9 BSD-3-Clause 2 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.0 47.9 GPL-3.0 1 week ago
View on GitHub
Context7
promptphp/deck 99 100 2 3K 0 19.8 23.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.4 39.3 MIT 5 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,031 6,156 772 892K 8 69.6 39.2 MIT 1 month ago
View on GitHub
Context7
sandermuller/boost-core 3 3 0 2K 0 29.1 43.8 MIT 1 week 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,055 7,069 73 14M 1 54.9 52.6 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. 55 55 1 9K 0 21.5 35.9 MIT 5 days 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 34.0 33.2 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,617 1,632 92 933K 0 33.5 44.3 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 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/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. 31 31 3 18K 0 0.2 37.9 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
veeqtoh/prompt-deck 99 100 2 4K 0 19.7 25.6 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,869 5,885 700 1M 1,925 85.9 63.8 MIT 3 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.
codraw/entity-migrator
codraw/doctrine-extra
codraw/aws-tool-kit
codraw/validator
codraw/workflow
codraw/open-api
codraw/cron-job
codraw/process
codraw/log
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