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.
- 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.
$ composer create-project greenarmor/bamboo example-app
$ cd example-app
$ php bin/bamboo http.serveThen visit http://127.0.0.1:9501 to view the default application.
- Installation walkthroughs, CLI references, and upgrade notes are published in the Docs directory.
- The latest rendered documentation is available on the GitHub Pages site.
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.
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.