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
padosoft/laravel-querymonitor
Laravel QueryMonitor is a package for Laravel that allows you to monitor and log:Slow SQL Queries: Monitors the actual execution time of SQL queries on the database.Slow Eloquent Methods: Monitors the total time taken by Eloquent methods, including PHP processing.
时间:2024-11-29 01:13
amt/amt-pinecone
AMT_Pinecone is a TYPO3 extension that integrates semantic search capabilities into your website using OpenAI embedding models and the Pinecone vector database. Semantic search focuses on understanding the meaning and context of search queries rather than relying on exact keyword matches. It enables
时间:2024-11-27 11:41
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
mostafijartisan/wherefilter
The package allows developers to dynamically apply `where` and `whereLike` filters to Eloquent queries without writing repetitive query-building logic in their controllers.
时间:2024-11-22 12:55
endeavour-agency/laravel-migration-tests
Provides tools for integration testing Laravel migrations.
时间:2024-11-21 15:47
endeavour-agency/refresh-database-on-demand
This packages offers a drop-in replacement for Laravel's RefreshDatabase trait, which only refreshes the database when migrations have actually changed.
时间:2024-11-19 13:10
stepapo/model
Library that uses structured DB definitions to generate DDL and DML queries and Nextras ORM entity properties.
时间:2024-11-11 10:13
mkreftsymfonia/laravel-eloquent-ai
Laravel Eloquent AI is a Laravel package that allows asking an AI for database queries.
时间:2024-11-09 17:50
endeavour-agency/laravel-query-insights
This packages aims to provide insights into performed queries. Multiple handlers exist to control what should be done with the query data.
时间:2024-11-08 13:04