Libraries tagged by query log
netsells/eloquent-filters
1133 Downloads
A simple package to help you easily organise model query logic
marcusschwarz/myprofi
18 Downloads
Analyze your MySQL Slow Query Logfiles
mostafijartisan/wherefilter
5 Downloads
The package allows developers to dynamically apply `where` and `whereLike` filters to Eloquent queries without writing repetitive query-building logic in their controllers.
kenxudk/yii2-dynamodb
25 Downloads
Logical query of aws dynamodb
jalallinux/laravel-postgres-audit
26 Downloads
Logging queries executed on Postgres even directly!!!
mnemesong/orm-core
10 Downloads
Orm core. Contains storages, commands and queries base logic and interfaces.
vkoori/guzzle-wrapper
19 Downloads
A flexible PHP-based API client built on Guzzle, supporting dynamic body formats, complex query parameters, retry logic with exponential backoff, and robust exception handling.
snype/nplusone
11 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.
solophp/database
140 Downloads
Lightweight and flexible PHP database wrapper with support for multiple database types, query building, and optional logging.
geisi/laravel-db-session-helper
9 Downloads
This package is build on top of the Laravel session database driver. With it you are able to query users by their login state.
ashpie/identity_db
9 Downloads
Updates user's identities on login based on a database query. Some update rules are configurable.
arisuongaku/identity_db
29 Downloads
Updates user's identities on login based on a database query. Some update rules are configurable.
pkeidel/laralog
54 Downloads
Logs a lot of informations like events, database queries, cache access, memory usage and a lot more
nohn/ctfr
14 Downloads
Query a domain for subdomains using Certificate Transparency logs.
mouf/utils.network.http.curlhtmlbrowser
85 Downloads
This package contains a class that mimics a web browser. Using the Curl HTML Browser, you can easily query a web site in HTTP or HTTPS, and analyze the HTML answered. The Curl HTML Browser will handle sessions for you, so you can use it to log into a website and retrieve data from the logged part of the website. As the name implies, this package is based on the CURL library, and therefore, the CURL PHP extension must be installed on your machine.