websk / php-logger
There is no license information available for the latest version (2.1.1) of this package.
Entity Logger
2.1.1
2025-04-01 05:54 UTC
Requires
- php: ^8.3
- ext-mbstring: *
- slim/slim: 4.14.*
- websk/php-config: 2.0.*
- websk/php-crud: 2.3.*
- websk/php-db: 2.1.*
- websk/php-entity: 2.2.*
- websk/php-slim: 2.3.*
- websk/php-utils: 2.1.*
- websk/php-view: 2.3.*
This package is auto-updated.
Last update: 2025-04-01 05:54:49 UTC
README
Install
https://packagist.org/packages/websk/php-logger
install dependency using Composer
composer require websk/php-logger
Config example
- config/config.default.php
Demo
- copy config/config.default.php as config/config.php
- replace settings and paths
- composer install
- create MySQL DB db_logger (or other)
- process migration in MySQL DB:
php vendor\bin\websk_db_migration.php migrations:migration_auto
orphp vendor\bin\websk_db_migration.php migrations:migration_handle
- cd public
- php -S localhost:8000
- open http://localhost:8000