blar/sockets

Sockets for PHP

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

This package is auto-updated.

Last update: 2024-04-29 02:51:01 UTC


README

License Latest Stable Version Build Status Coverage Status Dependency Status

Sockets

Beispiele

Netzwerk-Socket

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

Unix-Domain-Socket

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

Installation

Installation per Composer

$ composer require blar/sockets

Installation per Git

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