Libraries tagged by performance testing
phpbench/phpbench
14364366 Downloads
PHP Benchmarking Framework
dama/doctrine-test-bundle
40305555 Downloads
Symfony bundle to isolate doctrine database tests and improve test performance
mattiasgeniar/phpunit-query-count-assertions
844025 Downloads
A custom assertion for phpunit that allows you to count the amount of SQL queries used in a test. Can be used to enforce certain performance characteristics (ie: limit queries to X for a certain action).
volt-test/laravel-performance-testing
9173 Downloads
A Laravel package for performance testing with VoltTest
volt-test/php-sdk
13270 Downloads
Volt Test PHP SDK - A performance testing tool for PHP Developers
promptphp/deck
1945 Downloads
Deck is a Laravel and PHP package for versioned, file-based AI prompt management with variable interpolation, performance tracking, A/B testing, and optional Laravel AI SDK integration.
veeqtoh/prompt-deck
3409 Downloads
Deck is a Laravel and PHP package for versioned, file-based AI prompt management with variable interpolation, performance tracking, A/B testing, and optional Laravel AI SDK integration.
marcortola/behat-seo-contexts
165860 Downloads
Behat extension for testing some On-Page SEO factors: meta title/description, canonical, hreflang, meta robots, robots.txt, redirects, sitemap validation, HTML validation, performance...
friendsofcake/fixturize
518771 Downloads
CakePHP Fixture classes to help increase productivity or performance
dantleech/phpbench
365 Downloads
PHP Benchmarking Framework
tommyknocker/pdo-database-class
6068 Downloads
Framework-agnostic PHP database library with unified API for MySQL, MariaDB, PostgreSQL, SQLite, MSSQL, and Oracle. Query Builder, caching, sharding, window functions, CTEs, JSON, migrations, ActiveRecord, CLI tools, AI-powered analysis. Zero external dependencies.
redcomponent/teststatistics
273236 Downloads
Codeception Extension to measure the performance of your tests
jbzoo/phpunit
1146572 Downloads
PHPUnit toolbox with short assert aliases and useful functions around testing
socialblue/laravel-query-adviser
3715 Downloads
With Laravel Query Adviser you can get more insights into the SQL queries created by Eloquent models used in your app. It logs the queries used by your application and provides a helpful overview of the SQL queries. You can rerun the SQL query to analyze the database impact or copy the SQL query to your clipboard. The handy card view allows you to quickly point out the pain points of your application's SQL queries.
phauthentic/phpunit-execution-timing-extension
5175 Downloads
PHPUnit extension to track and report test execution times