Libraries tagged by blog app
luffluo/laravel-query-logger
515 Downloads
A dev tool to log all queries for laravel application.
liyu/laravel-query-logger
6 Downloads
A dev tool to log all queries for laravel application.
centagon/papertrail
2630 Downloads
Integrate Papertrail log monitor in your PHP applications
asuratu/laravel-query-logger
98 Downloads
A dev tool to log all queries for laravel application.
abhimanyu/hive
3 Downloads
Hive is a lightweight yet powerful Laravel package designed to track and log user activities across your application. Whether it's page views, logins, form submissions, or custom events, Hive provides real-time insights into user behavior, helping you enhance analytics, improve debugging, and ensure security auditing.With an intuitive dashboard, exportable logs, and actionable analytics, Hive empowers developers to make informed decisions while adhering to global privacy standards.
leonis/laravel-lumen-query-logger
83 Downloads
A dev tool to log all queries for laravel application.
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.
hsky/actionlog
161 Downloads
The helper class for Laravel 5 applications to get record user log and api log
mounir-holding/laravel-model-logger
0 Downloads
A a logging system that can be installed and configured as a laravel package on other laravel apis or app and capture model changes and log this changes to an external api.
yaroslawww/nova-external-login
12 Downloads
Laravel Nova resource tool that allows a user or other resource to log into an external control panel or application.
tomatophp/tomato-user-activities-module
2 Downloads
Advanced logger is a laravel package used to automatically log every request made to you laravel application. Each request is also identified by hash, which can be used in standard log to identify the request.
snype/nplusone
13 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.
slick/telemetry
161 Downloads
A small library that uses a PSR-3 compliant logger to send HTTP/Application telemetry metrics to a given log service/system
shamarkellman/auth-logger
52 Downloads
Log all authentication events performed with an application
rcezea/httplogger
3 Downloads
Lightweight and flexible logging library for PHP applications. It enables developers to send log data to a remote server and log to local files.