marko / framework
Marko Framework - All core packages for typical web applications
0.0.1
2026-03-25 17:53 UTC
Requires
- php: ^8.5
- marko/cli: 0.0.1
- marko/config: 0.0.1
- marko/core: 0.0.1
- marko/errors: 0.0.1
- marko/errors-simple: 0.0.1
- marko/hashing: 0.0.1
- marko/routing: 0.0.1
- marko/validation: 0.0.1
Suggests
- marko/authentication: Authentication abstraction layer
- marko/cache: Cache abstraction layer
- marko/cache-file: File-based cache driver
- marko/database: Database abstraction layer
- marko/database-mysql: MySQL database driver
- marko/database-pgsql: PostgreSQL database driver
- marko/errors-advanced: Advanced error handling with detailed debugging
- marko/filesystem: Filesystem abstraction layer
- marko/filesystem-local: Local filesystem driver
- marko/log: Logging abstraction layer
- marko/log-file: File-based logging driver
- marko/session: Session abstraction layer
- marko/session-file: File-based session driver
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