Libraries tagged by database performance
nextphp/nextphp
13 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
30 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
141 Downloads
A Laravel middleware to log HTTP requests into database.
keggermont/laravel-amphp
352 Downloads
Boost Laravel performance with AmPHP's asynchronous capabilities. Run parallel tasks, HTTP requests, and database operations with automatic chunking while retaining a simple, expressive API. Perfect for improving API response times and resource utilization.
jozephkabongo/nokysql
4 Downloads
NokySQL is a lightweight, high-performance SQL Query Builder for PHP that bridges the gap between raw SQL and full ORMs.
jissanto/rapidrest
5 Downloads
High-performance PHP library for building RESTful APIs with modern features like migrations, CLI tools, and more
itpathsolutions/redisinfo
10 Downloads
Redis Information
itpathsolutions/mysqlinfo
17 Downloads
Mysql information
glueful/framework
3 Downloads
Glueful API Framework - High-performance PHP API framework
flik/piece-of-cake
6 Downloads
Piece of Cake is a basic MVC framework for fast performance.
bitbabit/magento2-dev-tools
4 Downloads
Advanced developer tools for Magento 2 with dynamic control and visualization
axel-dzhurko/load-analyser
909 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.
snype/nplusone
13 Downloads
This package helps you detect and log N+1 queries in a Laravel application to help optimize database performance. By listening to all database queries executed during the request lifecycle, the package identifies queries that may lead to N+1 query problems, which can severely impact the performance of your application.
libaro/laravel-slow-queries
27 Downloads
Laravel Slow QueriesLaravel Slow Queries is a package that allows you to easily log slow queries in your Laravel application. This package logs queries that exceed a configurable time limit and stores them in the database, making it easy to analyze and optimize your database performance.
ashokdevatwal/laravel-smart-db-optimizer
10 Downloads
Laravel Smart Database Optimizer is a package designed to help developers identify slow queries, suggest optimizations, and recommend indexes to improve database performance.