Registry / async / easyswoole-swoole-ide-helper

easyswoole-swoole-ide-helper

JSON →
library1.3.3phppackagistunverified

IDE help files for Swoole.

composer require easyswoole/swoole-ide-helper
INSTALL
IMPORT
SIG · EASYSWOOLE-SWOOLE-
E
easyswoole-swoole-ide-helper
asyncphpv1.3.3
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.

Client
use Swoole\Coroutine\Client;

Create a TCP client using Swoole coroutines.

use Swoole\Coroutine\Client; $client = new Client(SWOOLE_SOCK_TCP); $client->connect('127.0.0.1', 9501); $client->send('Hello'); echo $client->recv();
Debug
Known issues
gotchaOnly provides IDE autocompletion; requires Swoole extension installed separately
fix
Install the Swoole PHP extension via pecl or compile from source.
affects: *
Upgrade
Version history
1.3.3latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
24
Resources
easyswoole-swoole-ide-helper — pip install easyswoole-swoole-ide-helper · libregistry