Libraries tagged by Blog package
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.
hvlucas/laravel-logger
412 Downloads
Log Model events easily with laravel-logger! Package is NOT LIVE yet
xilwal/sms
17 Downloads
Simple SMS Gateway Package for sending short text messages from your Application. Facade for Laravel 5.Currently supported Gateways Clickatell , MVaayoo, Gupshup, SmsAchariya, SmsCountry , SmsLane , Nexmo, Mocker / Any HTTP/s based Gateways are supported by Custom Gateway. Log gateway can be used for testing.
padosoft/laravel-querymonitor
5 Downloads
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.
otifsolutions/laravel-tracker
13 Downloads
The Package will track users activity and generate the complete log in database tables
omniglies/laravel-server-manager
17 Downloads
A Laravel package for server management with SSH connectivity, git deployment, monitoring, and log viewing
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.
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.
mouf/utils.log.multi-logger
6 Downloads
Use this package if you want a logger that logs to several places at the same time. Using a MultiLogger, you can append several loggers. For instance, you might want to write in the error log using the ErrorLogLogger and to send a mail to the admin using the MailLogger...
mouf/utils.log.mail-logger
8 Downloads
This package contains a logger that sends a mail when a log message is received.
modernben/track_logins
6 Downloads
A package to quickly add on a login log
mansi/website-analytics
9 Downloads
This package is used to analyisis of module wise work log of our website
learncodeweb/activitylog
17 Downloads
Activity log will manage all the activity of the web page by user. This package is best to track user activity in any admin/user panel after login. tested with Laravel 8,9,10,11
jaleeldgk/laravel-access-logs
87 Downloads
A Laravel package for logging user requests, best way to log all requests for debugging purpose.
guskov/simple-logger
1 Downloads
This package adds a middleware which can parse and log requests to the daily log driver