Libraries tagged by query log
bloatless/endocore
75 Downloads
Bloatless Endocore is a framework designed to quickly build web applications following the Action-Domain-Responder pattern.
phinq/phinq
8766 Downloads
A library for querying data and performing statistical operations in an logical, object-oriented fashion.
markguinn/silverstripe-clockwork
3517 Downloads
Silverstripe extension integrating the Clockwork Chrome extension
hosmelq/search-syntax-parser
785 Downloads
Parse search queries into structured data with field searches, boolean logic, ranges, lists, and adapters.
cortex/statistics
304 Downloads
Cortex Statistics is a frontend layer for lightweight, yet detailed package for tracking and recording user visits across your Laravel application. With only one simple query per request, important data is being stored, and later a cronjob crush numbers to extract meaningful stories from within the haystack.
phpexpertsinc/doctrine-detective
23443 Downloads
A Symfony2 Bundle that provides a detailed SQL query log for both HTML and JSON responses, including the SQL query, its location, and duration, organized by Controller -> Service -> Repository.
gumbercules/mysqlslow
1611 Downloads
Parser class for MySQL slow query log
freento/sqllog
23 Downloads
Sql queries logger
dumpio/client
42 Downloads
PHP client for the Dumpio dump viewer — sends faithful, typed value dumps and structured messages (exceptions, queries, HTTP, logs, models, …) over HTTP.
adhocrat-io/arkhe-watcher
5 Downloads
In-app monitoring (requests, exceptions, queries, jobs, logs, mail, scheduled tasks) for Laravel, branched onto Arkhè Main with a Flux UI dashboard. A laraowl-style watcher with no separate application to run.
akshitarora/dblog
6 Downloads
Tool to log heavy database queries in the Laravel application
mysqlnduhtool/mysqlnduhtool
0 Downloads
Mysql analyze tool. Find, log, mock and change your php database queries without touching your code.
bkwld/reporter
20507 Downloads
Generate styled logs of Laravel 4 requests that include application timing, memory usage, input data, and sql queries
plazzag/polario-sdk-php
136 Downloads
API for Polario __Naming:__ * json properties are formatted in camel case (fooBar) besides of enums (FooBar) * route params are formatted in hyphen case (foo-bar) * query params are formatted in snake case (foo_bar) * query params could hold lists of elements if they are comma separated * enum properties are formatted in capitalized camel case (FooBar) __Default values:__ * default values are specified for optional parameters do only apply to POST requests __Types:__ * numbers are considered to be float values * strings that are not specified to be html formatted should not be interpreted as html to avoid unexpected bahavior, like xss attacks * timestamps are considered to be in unix time __Headers:__ * ___Platform___: can be always set as header param to specify the platform of the request for the logging output
zxygel0913/request-logger
287 Downloads
Laravel middleware for logging queries with duplicate prevention.