About the project
Lemonade Framework is a modular PHP 8.1+ application framework for projects where readable code, explicit service composition and long-term architectural maintainability matter.
The framework combines a PSR HTTP request/response flow, kernel, DI container, provider-based bootstrap, routing, middleware, databases and migrations, cache, localization, validation, queues, APIs, uploads and security primitives.
The CLI kernel through `vendor/bin/lemonade` uses the same configuration and providers as the HTTP runtime. Commands support migrations, queue workers and cron-scheduled operations.