Download the PHP package maatify/logger without Composer
On this page you can find all versions of the php package maatify/logger. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download maatify/logger
More information about maatify/logger
Files in maatify/logger
Download maatify/logger
More information about maatify/logger
Files in maatify/logger
Vendor maatify
Package logger
Short Description maatify.dev logger, known by our team
License proprietary
Homepage https://github.com/Maatify/
Package logger
Short Description maatify.dev logger, known by our team
License proprietary
Homepage https://github.com/Maatify/
Please rate this library. Is it a good library?
Informations about the package logger
📜 Maatify Logger
A lightweight PSR-3 compatible Logger with Monolog integration (if available) and file fallback (date/hour folders).
Supports legacy logging, modern PSR-3 methods, and a facade service for easy usage.
✨ Features
- ✅ PSR-3 compliant (
LoggerInterface
,LogLevel
). - ✅ Monolog integration (if installed) – automatic backend.
- ✅ File fallback if Monolog is not available (organized by
year/month/day/hour
). - ✅ Structured JSON logs (server info + message + context).
- ✅ Facade service (
LoggerService
) with static methods for quick usage. - ✅ Exception logging via
logException()
. - ✅ Legacy support (
RecordLog
) for old codebases.
📦 Installation
`
If you also want Monolog support:
🔧 Usage
1. Using the Facade (LoggerService
)
2. Generic Logger Method
3. Exception Logging with Extra Context
4. Legacy Support
For old codebases still using RecordLog
:
📂 Log Storage Structure
When using fallback file logging (without Monolog), logs are stored under:
Example:
Each log entry is JSON formatted:
⚙️ Configuration
- Default log path:
./logs
- Default file extension:
.log
- Default fallback log level:
info
- Uses Monolog automatically if installed.
🛡️ License
This project is proprietary ©2025 Maatify.dev
✍️ Author
Mohamed Abdulalim maatify.dev – GitHub
All versions of logger with dependencies
PHP Build Version
Package Version
The package maatify/logger contains the following files
Loading the files please wait ....