jooservices/xlogger

This is my package xlogger

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

pkg:composer/jooservices/xlogger

0.0.1 2024-07-17 21:52 UTC

This package is not auto-updated.

Last update: 2025-09-26 01:27:46 UTC


README

Quick logger library.

Installation

You can install the package via composer:

composer require jooservices/xlogger

You can publish and run the migrations with:

php artisan vendor:publish --tag="xlogger-migrations"
php artisan migrate

You can publish the config file with:

php artisan vendor:publish --tag="xlogger-config"

This is the contents of the published config file:

return [
];

Usage

$service = app(\JOOservices\XLogger\Services\LoggerService::class);
$service->alert('Log message', []);

Testing

composer test

Changelog

Contributing

Security Vulnerabilities

Credits

License

The MIT License (MIT). Please see License File for more information.