openswoole / example
Example of Openswoole
Installs: 34
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 0
Forks: 0
Open Issues: 0
Type:project
Requires
- ext-openswoole: >=22.0
- league/container: 4.x-dev
- openswoole/core: >=22.0
- slim/psr7: dev-master
- slim/slim: ^4.0
This package is not auto-updated.
Last update: 2024-10-27 23:13:17 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.
- Website: https://openswoole.com
- Twitter: https://twitter.com/openswoole
- Slack: https://goo.gl/forms/wooTTDmhbu30x4qC3
- Discord: https://discord.gg/5QC57RNPpw
- IDE Helper: https://github.com/openswoole/ide-helper
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.