jooservices / xlogger
This is my package xlogger
0.0.1
2024-07-17 21:52 UTC
Requires
- php: ^8.2
- dyrynda/laravel-model-uuid: ^8.1
- illuminate/contracts: ^10.0||^11.0
- spatie/laravel-package-tools: ^1.16
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.59
- larastan/larastan: ^2.9
- laravel/pint: ^1.14
- nunomaduro/collision: ^8.1.1||^7.10.0
- orchestra/testbench: ^9.2
- phpmd/phpmd: ^2.15
- phpstan/extension-installer: ^1.3
- phpstan/phpstan: ^1.11
- phpstan/phpstan-deprecation-rules: ^1.1
- phpstan/phpstan-phpunit: ^1.3
- phpunit/phpunit: ^11.0.1
- squizlabs/php_codesniffer: *
This package is not auto-updated.
Last update: 2024-11-07 21:40:48 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.