greenarmor/bamboo
最新稳定版本:v1.2.3
Composer 安装命令:
composer create-project greenarmor/bamboo
包简介
BAMBOO (Bootstrapable Application Microframework Built for OpenSwoole Operations).
README 文档
README
Bamboo is a lightweight PHP microframework that pairs OpenSwoole's asynchronous runtime with an Express-style developer experience. Use it when you need fast, event-driven services without the bulk of a monolithic stack.
Prerequisites
- PHP 8.2 or newer with the OpenSwoole extension enabled
- Composer
Detailed setup guidance for macOS, Linux, and containerized environments lives in the project documentation.
Quick start
$ composer create-project greenarmor/bamboo example-app
$ cd example-app
$ php bin/bamboo http.serve
Then visit http://127.0.0.1:9501 to view the default application.
Documentation
- Installation walkthroughs, CLI references, and upgrade notes are published in the Docs directory.
- The latest rendered documentation is available on the GitHub Pages site.
UI templating and theming
Need to customize the client-side templates or Bamboo UI theme? Read the UI templating and theming guide (also published on GitHub Pages) for a deep dive into TemplateEngineManager, component renderers, and CSS extension points.
Contributing
Interested in helping Bamboo grow? Fork the repository, review the contribution guidelines in the docs, and open a pull request with your improvements. We welcome bug fixes, new modules, and documentation updates.
统计信息
- 总下载量: 10
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-09-23