Libraries tagged by performance test
dama/doctrine-test-bundle
44207265 Downloads
Symfony bundle to isolate doctrine database tests and improve test performance
phpbench/phpbench
16532616 Downloads
PHP Benchmarking Framework
mattiasgeniar/phpunit-query-count-assertions
999006 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
19354 Downloads
A Laravel package for performance testing with VoltTest
promptphp/deck
11610 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.
volt-test/php-sdk
24174 Downloads
Volt Test PHP SDK - A performance testing tool for PHP Developers
veeqtoh/prompt-deck
11787 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
191006 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...
jbzoo/phpunit
1170467 Downloads
PHPUnit toolbox with short assert aliases and useful functions around testing
friendsofcake/fixturize
536034 Downloads
CakePHP Fixture classes to help increase productivity or performance
dykyi-roman/awesome-claude-code
1989 Downloads
Claude Code extension for PHP: audits (architecture, DDD, security, performance, PSR, design patterns, Docker, CI/CD, tests, docs), 3-level code review, automated bug fix, generators (DDD, CQRS, GoF patterns, PSR, tests, documentation, Docker, CI/CD), code explanation, refactoring. 26 commands, 62 agents, 259 skills.
redcomponent/teststatistics
278385 Downloads
Codeception Extension to measure the performance of your tests
tomasvotruba/fast-unit
21556 Downloads
Run a PHPUnit suite ~4x faster with a parallel, warm-process Go runner. Ships as prebuilt binaries; no Go toolchain required.
tommyknocker/pdo-database-class
6301 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.
socialblue/laravel-query-adviser
4104 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.