Registry / networking / swoole-ide-helper

swoole-ide-helper

JSON →
library6.0.2phppackagistunverified

IDE help files for Swoole.

composer require swoole/ide-helper
INSTALL
IMPORT
SIG · SWOOLE-IDE-HELPER
S
swoole-ide-helper
networkingphpv6.0.2
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 Swoole\Server;

Create a basic Swoole TCP server

use Swoole\Server; $server = new Server('0.0.0.0', 9501); $server->on('start', function ($server) { echo "Server started\n"; }); $server->start();
Debug
Known issues
breakingSwoole requires the Swoole PHP extension to be installed
fix
Install the Swoole extension via pecl install swoole
affects: >=1.0.0
Upgrade
Version history
6.0.2latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
39 hits · last 30 days
node
36
Amazon
1
OpenAI (training)
1
Resources
swoole-ide-helper — pip install swoole-ide-helper · libregistry