omegacms/logging

Omega CMS Logging Package

1.0.0 2024-10-16 18:02 UTC

This package is auto-updated.

Last update: 2024-10-16 18:03:09 UTC


README

The Logging package represents the main entry point of the OmegaCMS. It manages the logging's lifecycle, including configuration, routing and handling HTTP requests.

Requirements

  • PHP 8.2 or later

Installation via Composer

Add "omegacms/logging": "^1.0.0" to the require block in your composer.json file and then run composer install.

{
    "require": {
        "omegacms/logging": "^1.0.0"
    }
}

Alternatively, you can simply run the following from the command line:

composer require omegacms/logging "^1.0.0"

If you want to include the test sources, use:

composer require --prefer-source omegacms/logging "^1.0.0"

Documentation

Work in progress

Contributing

If you'd like to contribute to the OmegaCMS Application package, please follow our contribution guidelines.

License

This project is open-source software licensed under the GNU General Public License v3.0.