Libraries tagged by laravel user logger
ascension/laravel4-getgravatar
87 Downloads
A Laravel 4 package . Given an email address it automatically retrieves an Avatar from Gravatar's website . For logged-in users , their email address is automatically generated , through the Auth adapter Interface . Three Adapters are supported : Auth , Sentry and Confide .
ssipos90/correlate
74 Downloads
Add correlation ID to requests to use in micro services logs aggregating.
dzaki236/logging-services
98 Downloads
Library for simplify logging laravel and manage log txt, Simple to use, based on data
harrisonratcliffe/browser-sessions-enhanced
18 Downloads
An enhanced version of the cjmellor/browser-sessions Laravel package to enable users to manage and monitor their active browser sessions. Allows users to view devices where they are logged in and provides options to terminate unrecognized or all sessions, enhancing account security
mansi/website-analytics
8 Downloads
This package is used to analyisis of module wise work log of our website
moox/item
0 Downloads
Item is a simple Moox Entity, that can be used to create and manage simple entries, like logs.
ahilmurugesan/routeloganalyzer
27 Downloads
This is used for laravel route and log analyzer
plopster/trace-code-maker
14 Downloads
A very simple Laravel library designed to create and manage unique trace codes that can be used to monitor, log, and trace errors or responses within a service. The library allows for fetching an existing trace code based on provided parameters or creating a new one if it does not exist.
yxs/apilogger
1 Downloads
Small laravel package for viewing api logs which can be used in debugging.
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.
lesvere/msms
298 Downloads
Simple muti-sms gateway package for sending short text messages from your Application.Facade for Laravel 5.Currently supported Gateways Alidayu, Webpower /Any HTTP/s based Gateways are supported by Custom Gateway. Log gateway can be used for testing.
ibf/apilogger
3 Downloads
Small laravel package for viewing api logs which can be used in debugging.
bakgul/file-history
141 Downloads
This is a helper package, and it can't be used independently. Its purpose is to log the changes of files when they are created/deleted/updated through the commands shipped with the packages, which are part of Packagified Laravel. So this package can't track the changes made manually.
furiosojack/lara-exception
299 Downloads
Es un generador de excepciones, su fin es lanzar excepciones controladas al usuario con la posibilidad de generar log detallados al desarollador. El paquete es capaz de detectar una application/json de una peticion http por defecto. Este paquete entrega al usuario una vista en caso de ser http normal en donde se vera mensaje del error y un codigo de error, si la peticion es JSON el error sera devuelto en un resonse en formato JSON.