greenarmor/bamboo

BAMBOO (Bootstrapable Application Microframework Built for OpenSwoole Operations).

Fund package maintenance!
Buy Me A Coffee

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Language:HTML

Type:project

pkg:composer/greenarmor/bamboo

v1.2.3 2025-09-30 01:33 UTC

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.