openswoole/example

Example of Openswoole

22.1.5 2023-04-30 17:17 UTC

This package is not auto-updated.

Last update: 2024-04-14 20:37:37 UTC


README

68747470733a2f2f6f70656e73776f6f6c652e636f6d2f696d616765732f73776f6f6c652d6c6f676f2e7376672367682d6c696768742d6d6f64652d6f6e6c79

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.