Registry / async / openswoole-core

openswoole-core

JSON →
library26.2.0phppackagistunverified

Openswoole core library

composer require openswoole/core
INSTALL
IMPORT
SIG · OPENSWOOLE-CORE
O
openswoole-core
asyncphpv26.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Server
use OpenSwoole\Core\Server;

Create a basic HTTP server

use OpenSwoole\Core\Server; $server = new Server('0.0.0.0', 9501); $server->on('Request', function ($request, $response) { $response->end('Hello World'); }); $server->start();
Debug
Known issues
breakingRequires PHP 8.0+ and OpenSwoole extension
fix
Install the OpenSwoole PHP extension
affects: all
Upgrade
Version history
26.2.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
24
Amazon
1
OpenAI (training)
1
Resources
openswoole-core — pip install openswoole-core · libregistry