| maplephp/core | PSR-11, PSR-15 | HttpKernel, CliKernel, App singleton, router dispatcher, DB query builder, migration runner |
| maplephp/http | PSR-7 | ServerRequest, Response, Stream, Uri, UploadedFile, HTTP client (cURL), safe Input helper |
| maplephp/container | PSR-11 | DI container with reflection-based autowiring and factory support |
| maplephp/emitron | PSR-15 | Middleware dispatcher; built-in: OutputBuffer, Gzip, ContentLength, HeadRequest, CacheControl, Emitter |
| maplephp/dto | — | Safe data traversal, dot-notation access, type coercion, string / number / date / HTML formatting |
| maplephp/validate | — | 50+ validators: email, phone, URL, credit card, dates, passwords, identity numbers. Fluent chaining. |
| maplephp/log | PSR-3 | Logger with StreamHandler (auto-rotation), ErrorLogHandler, DBHandler |
| maplephp/cache | PSR-6, PSR-16 | FileSystem and Memcached handlers behind a unified SimpleCache interface |
| maplephp/blunder | PSR-7 | Error/exception handling: HTML, JSON, XML, CLI, PlainText, Silent output handlers |
| maplephp/prompts | — | Interactive CLI: text, password, toggle, select, list, confirm, progress bar |
| maplephp/unitary | — | Testing framework: 100k+ tests/sec, built-in mocking, zero external dependencies |