Registry / networking / hoa-socket

hoa-socket

JSON →
library1.17.05.16phppackagistunverified

The Hoa\Socket library.

composer require hoa/socket
INSTALL
IMPORT
SIG · HOA-SOCKET
H
hoa-socket
networkingphpv1.17.05.16
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 Hoa\Socket\Client;

Connect to a TCP socket and send/receive data.

use Hoa\Socket\Client; $client = new Client('tcp://127.0.0.1:8080'); $client->connect(); $client->write('Hello'); echo $client->read();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.17.05.16latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
hoa-socket — pip install hoa-socket · libregistry