liuggio/fastest
Run tests in parallel with a simple CLI wrapper. Fastest executes any command (PHPUnit, Behat, etc.) across available CPU cores, randomizes test order, supports piping test lists or phpunit.xml, adds verbosity flags, and helps functional tests use one DB per process.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| brianium/paratest | 0.83 | ParaTest runs PHPUnit tests in parallel with zero config—just use vendor/bin/paratest. Speed up suites by TestCase or individual tests, with support for unique per-process TEST_TOKEN env vars and combined code coverage reports across workers. | 2,482 | 2,492 | 253 | 6M | 3 | 50.9 | 55.7 | MIT | 1 month ago | |
| facile-it/paraunit | 0.82 | Run PHPUnit test suites faster by executing tests in parallel across multiple processes. Includes a Symfony-based CLI, supports modern PHPUnit/Symfony versions, and can collect code coverage in parallel with automatic selection of the best available driver. | 145 | 146 | 19 | 43K | 8 | 31.2 | 43.2 | Apache-2.0 | 2 months ago | |
| kylekatarnls/multi-tester | 0.82 | Run unit tests across multiple Composer projects after changing a shared package. Multi-tester swaps your local package into dependent projects’ vendor dirs and runs their test suites (Travis CI-style supported), catching integration breakages early. | 4 | 4 | 5 | 67K | 0 | 23.4 | 62.2 | MIT | 3 months ago | |
| ergebnis/phpunit-slow-test-detector | 0.80 | PHPUnit extension (Composer package and PHAR) that detects and reports slow tests during test runs. Configure a global maximum duration; when tests exceed it, the extension lists them with timings to help you spot and fix performance regressions. | 149 | 151 | 12 | 622K | 8 | 26.7 | 61.3 | MIT | 4 months ago | |
| spatie/laravel-export | 0.73 | Export a Laravel app as a static site bundle. Crawls your routes, renders HTML for each discovered URL, and copies the public directory so assets are included. Ideal for blogs and marketing sites hosted on Netlify or any static hosting. | 675 | 674 | 63 | 7K | 0 | 32.3 | 16.7 | MIT | 2 weeks ago | |
| damienharper/auditor | 0.73 | — | 194 | 194 | 67 | 104K | 11 | 29.8 | 47.9 | MIT | 3 months ago | |
| a-bashtannik/fasti | 0.72 | — | 13 | 13 | 1 | 196 | 0 | 0.7 | 16.6 | MIT | 1 year ago | |
| commercetools/php-sdk | 0.72 | Deprecated PHP SDK for commercetools Composable Commerce. Provides native PHP models/helpers, IDE autocompletion, object mapping, i18n, and an OAuth2 client with caching and async/concurrent request support. Requires PHP 5.6+ (Guzzle). | 43 | 44 | 22 | 2K | 19 | 8.2 | 22.6 | MIT | 3 years ago | |
| kahlan/kahlan | 0.70 | Kahlan is a fast, flexible BDD test framework for PHP. Write specs with a clean, expressive syntax, use built-in mocking and stubbing, run tests in parallel, and integrate with Composer and CI for modern, maintainable test suites. | 1,148 | 1,151 | 70 | 21K | 7 | 23.7 | 21.4 | MIT | 5 months ago | |
| foolz/sphinxql-query-builder | 0.70 | — | 323 | 331 | 98 | 17K | 16 | 22.1 | 32.5 | Apache-2.0 | 6 months ago | |
| spatie/laravel-short-schedule | 0.70 | Run Laravel Artisan commands at sub-minute intervals (every second or even 0.5s). Adds a short-scheduler powered by a ReactPHP event loop, running separately from schedule:run so high-frequency tasks don’t block or get delayed. | 656 | 654 | 53 | 20K | 0 | 26.0 | 23.3 | MIT | 3 months ago | |
| zenstruck/foundry | 0.70 | Expressive, autocompletable fixture factories for Symfony + Doctrine (ORM and/or MongoDB). Create random-but-valid entities on demand for fixtures and tests, with states, persistence helpers, and rich testing features via ZenstruckFoundryBundle. | 797 | 797 | 112 | 549K | 30 | 43.7 | 59.4 | MIT | 1 month ago | |
| alexislefebvre/test-bundle | 0.70 | — | 0 | 0 | 0 | 8 | 0 | 0.0 | 9.3 | MIT | — | |
| php-debugbar/php-debugbar | 0.70 | PHP Debug Bar displays a development-only debug toolbar in the browser with timing, memory, messages, exceptions, request data, SQL/PDO, Monolog, Symfony components, and more. Easy to integrate, AJAX-aware, extensible, and can save/reopen requests. | 4,386 | 4,388 | 424 | 3M | 0 | 67.3 | 46.6 | MIT | 1 week ago | |
| testo/testo | 0.67 | Testo is an extensible PHP testing framework with a lightweight core and middleware system. It lets you fully control your test environment while keeping familiar PHP syntax. Includes an init command, suite/plugin config via testo.php, and Composer scripts. | 200 | 196 | 12 | 6K | 16 | 41.2 | 33.3 | BSD-3-Clause | 1 week ago | |
| nette/tester | 0.66 | Nette Tester is a lightweight PHP testing framework for unit tests and test suites. It offers simple assertions, data-driven tests, informative output, and easy CLI integration. Ideal for fast, reliable testing in PHP projects and CI pipelines. | 486 | 495 | 73 | 88K | 13 | 35.2 | 43.5 | NOASSERTION | 2 months ago | |
| liip/functional-test-bundle | 0.65 | Symfony bundle providing base classes and helpers for functional tests, plus a DI-aware mock builder for unit tests. Includes tools for command testing, logged clients, query counting, examples, and parallel test runs. | 650 | 657 | 180 | 107K | 42 | 46.2 | 51.6 | MIT | 2 months ago | |
| efficience-it/speedtest-bundle | 0.64 | — | 1 | 1 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| mikey179/vfsstream | 0.64 | vfsStream provides a PHP stream wrapper for an in-memory virtual file system, ideal for unit tests. Mock files, directories, permissions, and content without touching disk, and use it with PHPUnit, SimpleTest, or any test framework. | 1,436 | 1,456 | 104 | 2M | 27 | 24.1 | 54.8 | BSD-3-Clause | 1 year ago | |
| contributte/tester | 0.64 | Contributte Tester integrates Nette Tester into your project with a ready-to-use setup and tooling. Install via Composer and follow the included docs to run and manage automated tests on PHP 8.2+ with Nette 3.2+. | 2 | 3 | 2 | 4K | 1 | 12.8 | 47.5 | MIT | 6 months ago |
How can I help you explore Laravel packages today?