Libraries tagged by class log
johnykvsky/jklogger
747 Downloads
A Simple Logging Class
ibrahimbougaoua/filament-trace
68 Downloads
A Filament package is a reusable software library for PHP that provides logging and tracking functionality for CRUD operations and user interactions. It includes a logging class to capture create, read, update, delete actions, as well as user interactions like login and logout.
deralex/eklogger
8 Downloads
A simple yet powerful logging class
rowasc/yii2loggingutils
18 Downloads
A very basic logging utility class. Designed to be used as a trait so you can use a default category depending on the class you are at .
zerosonesfun/flarum-member
1782 Downloads
Give members more class. Adds a logged-in class to the forum's body tag. Also, includes two BBCodes. [members] & [guests]
sgpinkus/simplelogger
2 Downloads
Very simple one class PSR-3 PHP logger that just logs to error_log()
kynkai/yesphp
33 Downloads
Base class, Manager Object and Logic Coding
hayk-mxitaryan/auto-service
1 Downloads
A simple package to simplify laravel programming for those who use service classes to take the logic out of the controller
zanson/debug-helper
142 Downloads
A utility to display PHP Errors and exceptions in a more readable way. Also adds a JS console.log style PHP output class.
michielkempen/laravel-http-responses
3800 Downloads
A set of helper classes to segregate the transformation logic from controller to separate dedicated classes.
floor9design/search-string-parser
145 Downloads
A php based parser class for use in search logic.
assegaiphp/common
4 Downloads
The assegai/common package is a collection of commonly used utility classes and functions for AssegaiPHP projects. This package provides a set of tools that are designed to make it easier for developers to perform common tasks such as working with arrays, strings, and paths. The package also includes classes for handling errors and logging, as well as a simple yet powerful configuration management system. The package is designed to be lightweight, with minimal dependencies, and is fully compatible with any AssegaiPHP based project. Whether you're building a small web application or a large enterprise system, assegai/common provides the essential building blocks you need to get started quickly and easily.
hyder/facade-pattern
28 Downloads
In this pattern, you would create Facade classes that provide a simplified, static interface to the underlying service implementations. The service classes would perform the actual business logic and communicate with the database or other external systems.
custom-laravel-form-request/validator
1 Downloads
Validator Form Request which may be used for validating data after parsing. For example we got big jsob string and we cannot change this, so what we need to do is to use Validator in laravel and provide in controller all the shit code like rules.. if fails and another. This class can validate this json after parsing without redundant code in controller, simply add data, next validation steps will processed automatically, rules and another logic is hidden in this class.
patforg/monolog-extras
9 Downloads
Extra classes and addons for Monolog - the PHP logger system