blar/sockets

PHP 的 Sockets

v1.0.0 2015-11-08 12:13 UTC

This package is auto-updated.

Last update: 2024-08-29 03:41:57 UTC


README

License Latest Stable Version Build Status Coverage Status Dependency Status

Sockets

示例

网络-Socket

$socket = new NetworkSocket('127.0.0.1', 80);

Unix-Domain-Socket

$socket = new UnixSocket('/var/run/test.sock');

安装

通过 Composer 安装

$ composer require blar/sockets

通过 Git 安装

$ git clone https://github.com/blar/sockets.git