Libraries tagged by database performance
dama/doctrine-test-bundle
42839818 Downloads
Symfony bundle to isolate doctrine database tests and improve test performance
bvanhoekelen/performance
918416 Downloads
PHP performance tool analyser your script on time, memory usage and db query. Support Laravel and Composer for web, web console and command line interfaces.
stefangabos/zebra_session
126147 Downloads
A drop-in replacement for PHP's default session handler which stores session data in a MySQL database, providing better performance, better security and protection against session fixation and session hijacking
ymigval/laravel-model-cache
74092 Downloads
Laravel package for caching Eloquent model queries
satur.io/duckdb
142155 Downloads
DuckDB API for PHP
halilcosdu/laravel-slower
30563 Downloads
Laravel Slower: Optimize Your DB Queries with AI
ahmed-bhs/doctrine-doctor
14501 Downloads
Runtime analysis tool for Doctrine ORM integrated into Symfony Web Profiler. Unlike static linters, it analyzes actual query execution at runtime to detect performance bottlenecks, security vulnerabilities, and best practice violations during development with real execution context and data.
korridor/laravel-computed-attributes
63167 Downloads
Laravel package that adds computed attributes to eloquent models. A computed attribute is an accessor were the computed value is saved in the database.
axllent/silverstripe-version-truncator
81374 Downloads
Automatically delete old versioned Silverstripe records from the database
tommyknocker/pdo-database-class
6219 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.
saasscaleup/laravel-n-plus-one-detector
1346 Downloads
Real-time detection and resolution of N+1 query issues for Laravel applications. Support now Laravel 11
sarfraznawaz2005/meter
8278 Downloads
laravel package to find performance bottlenecks in your laravel application.
patchlevel/rango
3259 Downloads
A high-performance reimplementation of the MongoDB PHP API on top of PostgreSQL JSONB
msafadi/laravel-eloquent-join-with
6041 Downloads
Laravel Eloquent Join With Relationships
kobykorman/eloquentify
1259 Downloads
Easily transform complex custom query results into fully hydrated hierarchical Eloquent models.