ergebnis/data-provider
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.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| doctrine/data-fixtures | 0.85 | 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 | 54.3 | 58.4 | MIT | 5 months 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 | 66 | 5 | 22K | 2 | 2.2 | 35.2 | MIT | 2 years ago | |
| ergebnis/json-schema-validator | 0.83 | Validate JSON data against JSON Schema in PHP with a focus on clear, actionable errors. Built on top of justinrainbow/json-schema, it adds structured reporting and better integration for projects needing reliable schema validation in tests and runtime. | 37 | 38 | 0 | 2M | 1 | 4.8 | 56.6 | MIT | 1 year ago | |
| coduo/phpspec-data-provider-extension | 0.82 | 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.7 | MIT | 10 years ago | |
| ergebnis/json | 0.82 | Value object for representing valid JSON strings in PHP. Create Json instances from strings or files with strict validation and clear exceptions for invalid JSON, missing files, unreadable files, or non-JSON content. Install via Composer: ergebnis/json. | 26 | 25 | 1 | 1M | 2 | 4.2 | 56.4 | MIT | 1 year ago | |
| dknx01/data-fixtures-phpunit | 0.82 | — | 0 | 0 | 0 | 0 | 0 | 10.3 | — | MIT | 6 months ago | |
| ergebnis/license | 0.82 | — | 14 | 15 | 1 | 24K | 0 | 4.9 | 45.0 | MIT | 1 year ago | |
| theofidry/alice-data-fixtures | 0.82 | — | 322 | 323 | 76 | 440K | 5 | 21.1 | 48.0 | MIT | 9 months ago | |
| draw/data-tester | 0.82 | 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 | |
| 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 | |
| testo/data | 0.81 | 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 | 18K | 0 | 0.0 | 55.3 | — | — | |
| b2pweb/bdf-phpunit | 0.80 | 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 | — | |
| rybakit/phpunit-extras | 0.79 | 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 | |
| ergebnis/rector-rules | 0.77 | 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 | |
| ergebnis/json-normalizer | 0.75 | Normalize JSON documents with composable normalizers. Includes generic and vendor-specific normalizers for formatting, indentation, schema-based ordering, JSON encoding, chaining, callbacks, and controlling final newlines. Install via Composer and apply a Normalizer to produce consistent JSON output... | 82 | 83 | 5 | 2M | 0 | 11.1 | 56.9 | MIT | 1 year ago | |
| antwebes/geocoder | 0.75 | — | 1 | 1 | 1 | 0 | 0 | 0.0 | — | MIT | — | |
| ergebnis/php-cs-fixer-config | 0.75 | Factory-style PHP-CS-Fixer config for projects: choose a versioned ruleset (PHP 5.3–8.3), generate a consistent configuration, and keep coding standards aligned across repositories. Install via Composer and use with friendsofphp/php-cs-fixer. | 70 | 70 | 17 | 37K | 1 | 31.7 | 44.0 | MIT | 1 month ago | |
| ergebnis/http-method | 0.75 | Tiny PHP package providing named constants for HTTP request methods (GET, POST, PUT, DELETE, etc.). Use it to avoid magic strings and share a single source of truth across frameworks, libraries, and your own code. | 95 | 95 | 2 | 7K | 0 | 5.6 | 27.9 | MIT | 1 year ago | |
| ergebnis/composer-normalize | 0.74 | Composer plugin that automatically normalizes composer.json: consistent key ordering, formatting, and whitespace to reduce diffs and style debates. Install as a dev dependency, allow the plugin, and run it in CI to keep composer.json tidy and predictable. | 1,121 | 1,118 | 35 | 2M | 12 | 35.7 | 58.7 | MIT | 4 months ago | |
| phpunit/phpunit | 0.74 | 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 |
How can I help you explore Laravel packages today?