jinomial/fw-framework
最新稳定版本:v1.0.0
Composer 安装命令:
composer require jinomial/fw-framework
包简介
The fast, async-first modern PHP framework core.
README 文档
README
This repository contains the core library for the FW ecosystem. It is intended to be required by the app-skeleton and is not meant to be run standalone.
Features
- Compiled DI Container: Scans your handlers/services at build time to produce static PHP, eliminating runtime reflection.
- Async First: Designed to naturally wrap long-running runtimes like RoadRunner and Swoole. No shared-state leakage between requests.
- Explicit Architecture: CQRS-style Handlers instead of God-Controllers. Unobtrusive Service and Infrastructure layers.
Development
composer install
composer test
统计信息
- 总下载量: 8
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 4
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-03-07