Libraries tagged by TRest
symfony/maker-bundle
94776708 Downloads
Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.
php-amqplib/php-amqplib
110044756 Downloads
Formerly videlalvaro/php-amqplib. This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.
orchestra/testbench-core
34924539 Downloads
Testing Helper for Laravel Development
orchestra/testbench
32415999 Downloads
Laravel Testing Helper for Packages Development
dama/doctrine-test-bundle
29873954 Downloads
Symfony bundle to isolate doctrine database tests and improve test performance
symfony/panther
12177308 Downloads
A browser testing and web scraping library for PHP and Symfony.
spatie/phpunit-snapshot-assertions
13519106 Downloads
Snapshot testing with PHPUnit
phpspec/phpspec
34763414 Downloads
Specification-oriented BDD framework for PHP 7.1+
phpmetrics/phpmetrics
12762679 Downloads
Static analyzer tool for PHP : Coupling, Cyclomatic complexity, Maintainability Index, Halstead's metrics... and more !
phpbench/phpbench
10094622 Downloads
PHP Benchmarking Framework
pestphp/pest-plugin-laravel
27132929 Downloads
The Pest Laravel Plugin
nelmio/alice
39132874 Downloads
Expressive fixtures generator
laravel/dusk
31285889 Downloads
Laravel Dusk provides simple end-to-end testing and browser automation.
infection/infection
21219269 Downloads
Infection is a Mutation Testing framework for PHP. The mutation adequacy score can be used to measure the effectiveness of a test set in terms of its ability to detect faults.
dg/bypass-finals
20203221 Downloads
Removes final keyword from source code on-the-fly and allows mocking of final methods and classes