wyrihaximus/async-test-utilities
Async testing utilities for PHP/React: extend AsyncTestCase to run each PHPUnit test inside a Fiber with a default 30s timeout. Includes TimeOut attribute (class/method), plus helpers like random namespaces/directories and callable expectation utilities.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| wyrihaximus/test-utilities | 0.89 | 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.9 | 69.5 | MIT | 4 weeks ago | |
| php-standard-library/async | 0.88 | Fiber-based async primitives for PHP: structured concurrency with cooperative multitasking. Run tasks concurrently, manage lifecycles, cancellations, and scopes predictably. Part of PHP Standard Library; docs and guides at php-standard-library.dev. | 2 | 2 | 0 | 41K | 0 | 17.0 | 62.8 | MIT | 3 months ago | |
| wyrihaximus/react-phpunit-run-tests-in-fiber | 0.88 | PHPUnit trait to run each test inside a PHP Fiber, making it easy to use ReactPHP async/await in tests. Includes optional per-test or per-class timeout attributes to fail slow tests (without stopping the running fiber). | 0 | 0 | 0 | 92K | 1 | 18.0 | 63.5 | MIT | 3 months ago | |
| matthiasnoback/phpunit-asynchronicity | 0.87 | PHPUnit/Behat helper for testing asynchronous behavior. Provides assertEventually() to retry a callable until assertions pass or a timeout occurs—useful for waiting on files, processes, or UI updates, with configurable timeout and polling interval. | 36 | 36 | 7 | 8K | 0 | 3.7 | 32.0 | MIT | 2 years ago | |
| drjele/symfony-phpunit | 0.87 | Symfony bridge for running PHPUnit tests with a simple, consistent setup. Provides helpers and configuration to integrate PHPUnit into Symfony projects, smoothing bootstrapping and test execution across environments. | 0 | 0 | — | 0 | — | 0.0 | — | — | — | |
| redhotmagma/symfony-test-utils | 0.86 | Utilities to simplify testing in Symfony projects. Provides helpers and small tools for common test setup tasks, assertions, and fixtures to reduce boilerplate and speed up writing reliable unit and integration tests. | 0 | 0 | — | 22 | — | 0.0 | 18.8 | — | — | |
| amphp/phpunit-util | 0.86 | Small utility for simplifying async testing in PHPUnit with AMPHP’s fiber-based concurrency. Integrates seamlessly with AsyncTestCase to run tests as coroutines, ensuring smooth execution of I/O-bound operations like sockets, streams, and HTTP requests. Works with PHP 8.1+. Ideal for testing concurr... | 22 | 22 | 8 | 18K | 1 | 4.8 | 39.9 | MIT | 2 years ago | |
| symfonycasts/internal-test-helpers | 0.86 | 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 | — | — | — | |
| digitalrevolution/phpunit-extensions | 0.85 | — | 3 | 3 | 2 | 3K | 1 | 18.6 | 43.6 | MIT | 6 months ago | |
| herrera-io/phpunit-test-case | 0.85 | PHPUnit TestCase class and Extras trait that add helpers for common test chores: create/delete temporary files and directories, call protected/private methods, and get/set protected/private properties. Use as a base class or mix into your own test case. | 1 | 1 | 0 | 195 | 0 | 0.0 | 19.4 | MIT | — | |
| fibers/helper | 0.85 | Developer-focused Laravel helper toolkit used by Fibers packages. Provides assorted utilities to inspect and modify app parts (e.g., models), collecting details like attributes and relationships. Install via composer and access helpers through facades like ModelHelper. | 0 | 0 | 0 | 0 | 0 | 3.0 | 7.3 | MIT | 7 years ago | |
| b2pweb/bdf-phpunit | 0.85 | 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 | — | |
| deozza/api-tester-bundle | 0.85 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| lchrusciel/api-test-case | 0.85 | PHPUnit TestCase for Symfony API development. Extends WebTestCase with easy JSON/XML response matching (via php-matcher) and optional Alice/Doctrine fixtures loading. Supports a clear TDD workflow using expected response files and helpful diffs. | 412 | 412 | 40 | 102K | 11 | 30.1 | 43.0 | MIT | 2 months ago | |
| symfony/test-pack | 0.85 | Symfony Test Pack bundles recommended tools for testing Symfony apps, providing common PHPUnit integration and related testing utilities out of the box. Use it to quickly set up a consistent, full-featured test environment for projects using Symfony. | 842 | 845 | 7 | 82K | 0 | 6.2 | 27.5 | MIT | 1 year ago |
How can I help you explore Laravel packages today?