openswoole/example

Example of Openswoole

Maintainers

Package info

github.com/openswoole/example

Type:project

pkg:composer/openswoole/example

Statistics

Installs: 39

Dependents: 0

Suggesters: 0

Stars: 6

Open Issues: 0

26.2.0 2026-02-28 16:00 UTC

This package is not auto-updated.

Last update: 2026-03-03 21:09:32 UTC


README

OpenSwoole is a programmatic platform building modernized systems with async IO, coroutines and fibers: secure, reliable, high performance

Get started to learn building OpenSwoole applications from the OpenSwoole examples.

Run OpenSwoole examples

composer create-project openswoole/example

cd example

# HTTP Psr
php src/Psr/PsrHandle.php
php src/Psr/PsrRoute.php
php src/Psr/PsrSetHandler.php

# Other examples

Documentation

Documentation for Open Swoole can be found on the Open Swoole website.