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

Beautify Specify Laravel Package

barthy-koeln/beautify-specify

Adds colored, more informative terminal output for PHPUnit tests using Codeception/Specify. Install as a dev dependency, set phpunit printerClass to ResultPrinter, and swap in the provided Specify trait to enhance Specify’s output formatting.

View on GitHub
Deep Wiki
Context7
Package
Score
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
draw/tester 0.85 Tools for testing PHP apps: DataTester wraps PHPUnit assertions with a fluent, path-based API for arrays/objects. Includes PHPUnit extensions like CarbonReset to reset Carbon state between tests and SetUpAutowire to autowire test properties via attributes. 0 0 0 818 0 0.0 40.2 MIT
View on GitHub
Context7
memio/spec-gen 0.85 Memio SpecGen is a PhpSpec extension that auto-generates constructors and methods from your specs, adding type-hinted arguments, sensible variable names, collision-safe numbering, and constructor properties/assignments. 66 67 10 140 0 16.8 7.4 MIT 6 months ago
View on GitHub
Context7
lastdragon-ru/phpunit-extensions 0.85 PHPUnit extensions for PHP projects, adding extra test utilities and helpers to streamline assertions, fixtures, and test setup. Designed to integrate cleanly with PHPUnit and improve developer productivity in automated testing workflows. 0 0 0 33 0 0.0 21.2 MIT
View on GitHub
Context7
rybakit/phpunit-extras 0.85 Extend PHPUnit with custom annotations, placeholders, requirements, and expectations. Build and integrate your own @tags, version/package/expression-based requirements, and reusable expectation helpers. Optional support for composer/semver, package-versions, and symfony/expression-language. 47 47 1 579 0 2.2 15.6 MIT 4 years ago
View on GitHub
Context7
phpspec/phpspec2 0.85 163 169 25 32 0 0.9 1.0 NOASSERTION
View on GitHub
Context7
coduo/phpspec-data-provider-extension 0.85 PHPSpec extension adding data providers to run the same specification with multiple input/output datasets. Define examples in your specs for concise, parameterized tests and cleaner coverage of edge cases without duplicating scenarios. 39 40 19 991 2 1.2 13.6 MIT 10 years ago
View on GitHub
Context7
nunomaduro/pao 0.85 Laravel PAO provides agent-optimized output for PHP tools. When it detects AI agents (Claude Code, Cursor, Devin, Gemini CLI), it replaces verbose CLI output from PHPUnit/Pest/Paratest/PHPStan/Rector/Artisan with minimal structured JSON—zero config, no impact on human terminal runs. 679 673 31 75K 2 30.5 33.9 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
contributte/phpunit 0.84 PHPUnit integration helpers by Contributte for PHP projects. Provides lightweight tooling and conventions to simplify writing, running, and organizing tests, with sensible defaults and compatibility aimed at smoother CI and developer experience. 1 2 2 1K 0 9.9 41.9 MIT 7 months ago
View on GitHub
Context7
artisanpack-ui/code-style 0.84 Custom PHP_CodeSniffer standard based on PhpStorm settings. Enforces consistent formatting, structure, naming, security and best practices via 16+ custom sniffs. Install with Composer and run via phpcs.xml or --standard=ArtisanPackUIStandard. 0 0 0 839 18 24.6 52.5 MIT 2 months ago
View on GitHub
Context7
sanmai/phpunit-double-colon-syntax 0.84 Run individual PHPUnit test methods with the familiar file::method syntax (like pytest). This dev package rewrites args via Composer autoload so vendor/bin/phpunit tests/FooTest.php::testBar becomes file + --filter automatically. Supports multiple methods; PHPUnit 6+. 0 0 0 639 0 15.5 44.4 BSD-3-Clause 3 months ago
View on GitHub
Context7
wyrihaximus/test-utilities 0.84 A set of PHP test utilities for package development: a PHPUnit TestCase with helpers like random namespaces and temp directories, plus ready-made configuration defaults for PHPStan and Rector (paths and docblock-to-attribute conversions). 7 7 1 145K 6 34.0 69.9 MIT 3 days ago
View on GitHub
Context7
b2pweb/bdf-phpunit 0.84 Laravel/PHPUnit helper package for working with BDF/SEPA bank files in tests. Provides utilities and test assertions to validate BDF structures and parsing results, making it easier to write reliable unit tests around banking file imports. 0 0 0 407 0 0.0 36.1 MIT
View on GitHub
Context7
behat/behat 0.83 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 616 2M 47 77.0 58.9 MIT 1 month ago
View on GitHub
Context7
pamil/phpspec-skip-example-extension 0.82 PhpSpec extension to skip examples via annotations. Add @require ClassOrInterface to a spec to skip all its examples when that dependency isn’t available—useful for optional integrations and version-dependent code. Compatible with PhpSpec 4 and 5. 0 0 0 1K 0 0.3 46.3 MIT 5 years ago
View on GitHub
Context7
symfonycasts/internal-test-helpers 0.82 Internal test utilities from SymfonyCasts to streamline PHPUnit and Symfony/Laravel package testing. Provides shared helpers, fixtures, and assertions used across SymfonyCasts projects to reduce boilerplate and keep tests consistent and readable. 0 2 0 0.1
Context7
automattic/phpunit-select-config 0.82 Small utility for PHPUnit projects that helps select or switch the PHPUnit configuration file to use when running tests. Handy for repos with multiple phpunit.xml variants (e.g., local vs CI) and scripts that need consistent config selection. 1 1 2 2K 0 0.1 40.1 NOASSERTION
View on GitHub
Context7
netzmacht/phpspec-phpcq-plugin 0.82 PHPSpec plugin for the PHP Coding Quality (phpcq) toolchain. Integrates phpspec runs into phpcq pipelines, enabling automated specification testing as part of your QA checks, reporting, and CI workflows. 0 0 0 106 0 0.0 28.0
View on GitHub
Context7
phpspec/phpspec 0.82 PHPSpec is a behavior-driven development tool for PHP. Specify how objects should behave, then generate and evolve code through examples with fast feedback. Great for designing clean APIs, refactoring safely, and writing focused specifications. 0 1,946 255K 15.0 55.3
View on GitHub
Deep Wiki
Context7
mmoreram/php-formatter 0.81 PHP code formatter with CLI and configurable rules to standardize style across a project. Formats files or entire directories, helps enforce clean, consistent code, and integrates easily into development workflows and CI. 168 169 17 808 2 3.0 7.7 MIT 8 years ago
View on GitHub
Context7
dvdoug/behat-code-coverage 0.80 Behat extension that generates code coverage reports for PHP applications. Wraps PHPUnit’s php-code-coverage library to produce familiar, interoperable reports and integrates coverage generation into your Behat test runs. 62 62 16 100K 0 26.1 51.3 BSD-2-Clause 1 month 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.
besmartand-pro/php-quality-config
sentix/ai-chatbot
terminal42/code-quality-tools
codifyo/ts-generator-bundle
testo/fiber
mintobit/jobqueue
a4sex/maintenance-bundle
a4sex/entity-date-update
a4sex/client-identifier
a4sex/base-utilites
a4sex/key-value-storage
a4sex/micro-status
chilldev/dependency-injection-extra
datinglibre/datinglibre-app-api
biberltd/corebundle
bricre/symfony-bundle-test
biberltd/logbundle
dominium/http-adapter-bundle
dominium/google-analytics
a4sex/auto-clean-entity