Libraries tagged by database performance
theodorejb/peachy-sql
5380 Downloads
A high-performance query builder and runner for PHP
js/mysqlnd-bundle
3386 Downloads
The JSMysqlndBundle is an extension to the Symfony2 profiling toolbar. It extends the data collection with information gathered from PHP's mysqlnd database driver, giving more insight on the performance.
socialblue/laravel-query-adviser
3186 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.
silviooosilva/cacheer-php
32 Downloads
Um pacote simples e minimalista para gerenciamento de cache
sarfraznawaz2005/indexer
2731 Downloads
Laravel package to monitor SELECT queries and offer best possible INDEX fields.
anourvalar/laravel-pulse
250 Downloads
Additional cards for Laravel Pulse
tatter/roster
3357 Downloads
Bulk name lookup for database relations in CodeIgniter 4
stas29a/doctrine
60 Downloads
Doctrine 2 fork with performance improvements
nextphp/nextphp
11 Downloads
NextPHP is a modern and lightweight PHP framework designed for performance and scalability. It offers powerful routing capabilities, comprehensive HTTP handling, and efficient database operations. NextPHP is ideal for developers looking to build high-performance web applications with ease.
nextphp/data
25 Downloads
The NextPHP Data package is a powerful tool for PHP developers, providing ORM capabilities and direct SQL query execution. This package is part of the NextPHP Framework, a modern and lightweight PHP framework designed for performance and scalability.
landrok/laravel-request-logger
76 Downloads
A Laravel middleware to log HTTP requests into database.
emma/searchengine
28 Downloads
Php - MySql/SQL Search Engine. Considering the challenges in using MySQL/MSSQL/SQL as a back-end for industrial level application search-engine. An optimized techniques and algorithms are developed to boost performance and make SQL databases works like magic for the purpose of searching.
victory7/ezsession
7 Downloads
ezsession is a versatile PHP session handler designed to provide seamless session management by combining the strengths of relational databases (MySQL), key-value stores (Redis), and JWT tokens. It offers developers flexible, secure, and scalable session storage, making it ideal for applications requiring high-performance, distributed, and stateless authentication systems. With ezsession, you can customize your session storage strategy to suit a variety of use cases while ensuring enhanced security and simplified management.
simplito/ldba-php
79 Downloads
LDBA is a high-performance, low-memory-footprint, single-file embedded database for key/value storage
okipa/laravel-model-json-storage
1364 Downloads
Storing your models in a json file rather than in database (single or few lines recording) can be a good option. This package saves you to create a table for a ridiculous amount of lines, improves the data recovery performances, and allows you to store and access to your models from a json files as you would do it in database.