Libraries tagged by database performance
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.
adeel3330/insight-guard
3 Downloads
All-in-one Laravel security, performance, and database optimization analyzer.
laravel-hrdk/laravel-s-p-multi-response
1 Downloads
LaravelSPMultiResponse is a powerful Laravel package designed to streamline the execution of SQL stored procedures with the capability to handle multiple response sets effortlessly. With this package, you can seamlessly integrate stored procedures into your Laravel application, simplifying database interactions and enhancing performance. Say goodbye to complex database queries and hello to efficient, organized, and scalable database operations with LaravelSPMultiResponse.
gopimosali/global-logger
17 Downloads
Universal Laravel logging with automatic request tracking, multi-provider support (AWS CloudWatch/X-Ray, Datadog, Oracle Cloud, Database, Files), and optional performance tracing
rohitpavaskar/localization
201 Downloads
Localization using labels stored in database and served using cache for performance
victory7/ezsession
10 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.
shammaa/laravel-translations
0 Downloads
Professional, high-performance multilingual translation system for Laravel with optimized database views and advanced features
mjducharme/laravel-model-json-storage
179 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.
joedevsharp/entitylite
15 Downloads
A lightweight PHP ORM inspired by Entity Framework, designed to simplify database interactions and provide an intuitive way to manage entities and relationships. This library utilizes a fluent interface and follows the PSR-4 autoloading standard, making it easy to integrate into any PHP project. With support for basic CRUD operations and a focus on simplicity and performance, this ORM empowers developers to work with databases seamlessly while maintaining clean and maintainable code.
baraja-core/session
2419 Downloads
Simple performance package for storage your sessions to database by native PDO.
omaresmael/laravel-query-optimizer
10 Downloads
An AI powered optimizer for laravel eloquent and query builder
jumamiller/optimize-laravel-query
14 Downloads
An AI powered optimizer for laravel eloquent and query builder
morris/lessql
146488 Downloads
LessQL: A lightweight and performant PHP ORM alternative
rotexsoft/leanorm
424 Downloads
A Generic Data Objects ( https://github.com/rotexsoft/gdao ) implementation based on a stripped down version of idiorm (\LeanOrm\DBConnector). A light-weight, highly performant PHP data access library.