A metapackage that bundles all core Marko packages for typical web applications.
composer require marko/framework| Package | Description |
|---|---|
marko/core |
Bootstrap, DI container, module loader, plugins, events |
marko/routing |
Route attributes, router, middleware |
marko/cli |
Command-line interface and console commands |
marko/errors |
Error handling abstraction |
marko/errors-simple |
Simple error handler for production |
marko/config |
Configuration management with scoped values |
marko/hashing |
Password hashing and verification |
marko/validation |
Data validation with attribute-based rules |
- PHP 8.5 or higher
Full usage, installation examples, and optional packages: marko/framework