marko/core
最新稳定版本:0.6.0
Composer 安装命令:
composer require marko/core
包简介
Marko Framework Core
README 文档
README
The foundation of Marko---provides dependency injection, modules, plugins, events, and preferences so you can extend any class without modifying its source.
Installation
composer require marko/core
Most applications install this via marko/framework.
Quick Example
use Marko\Core\Attributes\Preference; #[Preference(replaces: OriginalService::class)] class MyService extends OriginalService { public function doSomething(): string { return 'custom behavior'; } }
Documentation
Full usage, API reference, and examples: marko/core
统计信息
- 总下载量: 706
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 70
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-03-24