https://github.com/omegacms/logging
OmegaCMS Logging Package
https://github.com/omegacms/logging
framework logging omega omegacms php
Last synced: about 1 year ago
JSON representation
OmegaCMS Logging Package
- Host: GitHub
- URL: https://github.com/omegacms/logging
- Owner: omegacms
- License: gpl-3.0
- Created: 2023-11-05T16:59:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-23T20:15:49.000Z (about 2 years ago)
- Last Synced: 2024-04-23T23:55:24.384Z (almost 2 years ago)
- Topics: framework, logging, omega, omegacms, php
- Language: PHP
- Homepage: https://omegacms.github.io
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Logging Package
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`.
```json
{
"require": {
"omegacms/logging": "^1.0.0"
}
}
```
Alternatively, you can simply run the following from the command line:
```sh
composer require omegacms/logging "^1.0.0"
```
If you want to include the test sources, use:
```sh
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](CONTRIBUTING.md).
## License
This project is open-source software licensed under the [GNU General Public License v3.0](LICENSE).