2017 © Pedro Peláez
 

library sockets

Sockets for PHP

image

blar/sockets

Sockets for PHP

  • Saturday, November 25, 2017
  • by blar
  • Repository
  • 1 Watchers
  • 0 Stars
  • 150 Installations
  • PHP
  • 5 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

License Latest Stable Version Build Status Coverage Status Dependency Status, (*1)

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

The Versions

25/11 2017

dev-master

9999999-dev https://github.com/blar/sockets/

Sockets for PHP

  Sources   Download

LGPL-3.0+

The Requires

 

The Development Requires

by Andreas Treichel

php sockets

08/11 2015

v1.0.0

1.0.0.0 https://github.com/blar/sockets/

Sockets for PHP

  Sources   Download

LGPL-3.0+

The Requires

  • php >=5.5.0

 

The Development Requires

by Andreas Treichel

php sockets