coduo/phpspec-data-provider-extension
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.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| pamil/phpspec-skip-example-extension | 0.91 | 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 | |
| memio/spec-gen | 0.91 | 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 | |
| friends-of-phpspec/phpspec-code-coverage | 0.88 | PhpSpec extension that generates code coverage reports (console and HTML) for your specs. Works with Xdebug, phpdbg or pcov and supports multiple PhpSpec/PHP versions, helping you see which parts of your codebase are exercised by tests. | 20 | 21 | 14 | 22K | 4 | 8.6 | 44.3 | NOASSERTION | 10 months ago | |
| b2pweb/bdf-phpunit | 0.88 | 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 | — | |
| phpspec/phpspec2 | 0.87 | — | 163 | 169 | 25 | 32 | 0 | 0.9 | 1.0 | NOASSERTION | — | |
| henrikbjorn/phpspec-code-coverage | 0.87 | Deprecated PhpSpec extension that generates code coverage reports (HTML by default, plus clover/php/text) with configurable whitelists/blacklists and output paths. Install via Composer, enable in phpspec.yml, run phpspec (or phpdbg on PHP 7+). | 97 | 100 | 28 | 2K | 0 | 2.2 | 13.2 | MIT | 10 years ago | |
| graham-campbell/phpspec-skip-example-extension | 0.87 | PhpSpec extension that lets you skip spec examples via simple annotations. Add @require ClassOrInterface to skip all examples in a spec when a dependency isn’t available. Install with Composer and enable in phpspec.yml. | 1 | 1 | 0 | 1K | 0 | 0.9 | 37.5 | MIT | 4 years ago | |
| friends-of-phpspec/phpspec-expect | 0.87 | Adds an expect() helper for PhpSpec, enabling expressive assertions like expect($value)->toBe(true) in your specs. Lightweight, dev-only dependency with compatibility across multiple PhpSpec and PHP versions. | 4 | 4 | 3 | 8K | 0 | 3.0 | 45.4 | MIT | 10 months ago | |
| laracasts/testdummy | 0.84 | Generate Eloquent models for tests without factories. Define blueprints and quickly create/build records with sensible defaults, relationships, and overrides—ideal for speeding up Laravel test setup and prototyping with minimal boilerplate. | 456 | 467 | 78 | 3K | 17 | 19.1 | 19.5 | MIT | 5 years ago | |
| rawr/phpunit-data-provider | 0.83 | PHPUnit data provider helper for PHP tests. Simplifies building and organizing datasets, supports readable, reusable providers, and makes parameterized tests easier to maintain. Works with PHPUnit to generate cases cleanly and consistently. | 66 | 67 | 5 | 18K | 2 | 2.2 | 33.5 | MIT | 2 years ago | |
| ergebnis/data-provider | 0.83 | Generate data providers for PHPUnit from arrays, iterables, or generators with a small, focused API. Helps build readable, reusable test datasets and named cases, reducing boilerplate when writing parameterized tests in PHP. | 27 | 28 | 0 | 32K | 1 | 6.0 | 43.0 | MIT | 11 months ago | |
| testo/data | 0.82 | Testo Data provider plugin: parameterize one test into many dataset-driven runs. Supports inline tuples, named datasets, cartesian product (cross), zipped iteration, and unions across multiple sources. Install via composer require --dev testo/data. | 0 | 0 | 0 | 6K | 0 | 0.0 | 52.1 | — | — | |
| happyr/doctrine-specification | 0.81 | Reusable Doctrine query Specifications for PHP. Replace messy repositories and huge QueryBuilder methods with small, composable, testable spec classes. Reduce duplication, avoid methods with many arguments, and extend queries cleanly as your app grows. | 450 | 450 | 44 | 8K | 14 | 36.5 | 27.2 | MIT | 1 week ago | |
| codeception/module-datafactory | 0.81 | Codeception DataFactory module for generating realistic test data and fixtures in your suites. Helps create models/entities with sensible defaults and overrides, making tests cleaner, faster to write, and easier to maintain across unit, functional, and acceptance tests. | 9 | 9 | 7 | 63K | 4 | 2.9 | 53.3 | MIT | 4 years ago | |
| draw/data-tester | 0.81 | Lightweight PHP data testing helper for validating arrays/objects against expected shapes and values. Useful for unit tests and quick assertions, with simple matchers and readable failure messages to spot mismatches fast. | 0 | 0 | 0 | 0 | 0 | 0.6 | — | MIT | 8 years ago | |
| rybakit/phpunit-extras | 0.80 | 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 | 599 | 0 | 2.2 | 15.6 | MIT | 4 years ago | |
| rmiller/behat-spec | 0.80 | Behat extension that integrates with PhpSpec to prevent fatal errors on missing classes or methods. Automatically generates specs and examples when Behat encounters undefined domain objects, then can run phpspec to create the code. | 52 | 53 | 6 | 18 | 6 | 2.5 | 3.6 | MIT | 10 years ago | |
| draw/tester | 0.80 | 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 | — | |
| lastdragon-ru/lara-asp-testing | 0.80 | Testing utilities for integrating Lara ASP into Laravel apps. Provides helpers, fakes, and assertions to simplify writing automated tests around ASP policies, decisions, and request/response flows in your application. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| doctrine/data-fixtures | 0.79 | Doctrine Data Fixtures provides a simple way to define, manage, and run data fixture loaders for Doctrine ORM/ODM. Use it to seed databases with reusable sample data for development, testing, and demos via an organized fixture execution workflow. | 2,851 | 2,871 | 231 | 2M | 36 | 55.5 | 58.6 | MIT | 4 months ago |
How can I help you explore Laravel packages today?