marko/framework

Marko Framework - All core packages for typical web applications

Maintainers

Package info

github.com/marko-php/marko-framework

Type:metapackage

pkg:composer/marko/framework

Statistics

Installs: 7

Dependents: 1

Suggesters: 0

Stars: 0

0.0.1 2026-03-25 17:53 UTC

This package is auto-updated.

Last update: 2026-03-25 21:07:27 UTC


README

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