mkrawczyk/db-query-translator
Translator of database queries of multiple DBs
时间:2025-02-05 09:45
elminson/database-query-logger
A powerful PHP package for logging SQL queries from Laravel applications, supporting both Eloquent and Query Builder instances, with flexible output options.
时间:2025-01-31 01:07
elminson/db-logger
A powerful PHP package for logging SQL queries from Laravel applications, supporting both Eloquent and Query Builder instances, with flexible output options.
时间:2025-01-30 16:29
snype/nplusone
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
时间:2025-01-28 23:06
mykola-yatsenko/laravel-boolean-softdeletes
Laravel soft deletes optimization for high load queries
时间:2025-01-23 09:17
done-super-app/queryoption
Package to help with filtering/search/sort in queries
时间:2025-01-18 10:03
mobilestock/laravel-database-interceptor
Laravel Database Interceptor is a library that enables you to intercept database queries managed by PDO and transform the returned values into custom types. It uses Illuminate library abstractions to implement new PDO facade methods like selectOneFirstColumn and selectFirstColumn. It also enables AT
时间:2025-01-06 19:22
sqlgenix/sqlgenix
A PHP library that simplifies the construction of SQL queries for dynamic web applications.
时间:2024-12-15 19:19
z3rka/queryfi
Meet Queryfi – the powerful package that enhances your API interactions with Laravel, offering the flexibility to build dynamic queries directly from your frontend, be it React or any other framework.
时间:2024-12-13 13:30
megaj/binary-index-tree
AKA a fenwick tree. Often used for dynamic prefix sum queries and writes.
时间:2024-12-08 07:04
cloudcatch/user-roles-table
A WordPress plugin that boosts WP_User_Query performance by adjusting SQL queries to use a custom user roles table, reducing overhead and improving scalability.
时间:2024-12-02 13:16
opsource/queryadapter
Revolutionize your Laravel query management with Laravel Query Adapter! Our adapter package includes multiple query executioners, including Elasticsearch and Eloquent, to help you efficiently run your Laravel queries. Say goodbye to query management headaches and hello to seamless query execution wi
时间:2024-12-01 18:47
squidit/cycle-sql-tagger
Tag SQL queries by placing a SQL comment
时间:2024-11-29 20:48
bakkahit/sql-migration
SqlMigration is a Laravel package that allows you to execute custom SQL migrations directly within your Laravel application. Instead of writing SQL queries manually or relying only on Laravel's built-in migrations, this package enables you to create and run .php migration files containing custom SQL
时间:2024-11-24 12:19
magefine/performance-mess-detector
This Magento 2 module provides tools to monitor and improve performance by detecting and logging potential bottlenecks in the system. It specifically focuses on tracking slow controller actions, repeated SQL queries, and other performance issues that may impact your Magento store.
时间:2024-11-23 22:47