App | DLight\Application | Boot web/CLI, load env, session, routes. |
Router | DLight\Application | Khai báo route, group, middleware, route name. |
Request | DLight\Application | Đọc method/uri/query/body/header/cookie. |
Session | DLight\Application | Session + flash message + regenerate/destroy. |
Middleware | DLight\Application | Registry middleware theo tên (string). |
DB | DLight\Application | Proxy tới DatabaseManager (mapper/builder). |
View | DLight\Application | Render view PHP/BladeOne/Twig theo config. |
Validator | DLight\Application | Validate rule string + file upload rules. |
Log | DLight\Application | Logger PSR-3 ghi file. |
Command | DLight\Application | Đăng ký & chạy lệnh CLI. |
Queue | DLight\Application | Abstract queue API (push/pop/process...). |
Mail | DLight\Application | SMTP mailer (to/cc/bcc/attach/view/send). |
File | DLight\Application | Storage local/ftp (read/write/delete/url). |
Resource | DLight\Application | Load static resource từ thư mục resource/. |
Hash | DLight\Application | Hash & verify (default/bcrypt/argon2i). |
WebSocket | DLight\Application | WebSocket server (CLI) + event handlers. |