Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.18 KB

File metadata and controls

30 lines (21 loc) · 1.18 KB

Marko Framework

A metapackage that bundles all core Marko packages for typical web applications.

Installation

composer require marko/framework

Included Packages

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

Requirements

  • PHP 8.5 or higher

Documentation

Full usage, installation examples, and optional packages: marko/framework