/phpuc-net-sockets

A socket library for PHP inspired by the Java socket API.

Primary LanguagePHPMIT LicenseMIT

PHP Utiliy Collections: Net-Sockets

Build Status

A socket library for PHP which provide a more convenient way to manipulate sockets.

I make this library for personal projects and tests, it will only contains the items I need. It will certainly never be completed.

Installation

This library is published on packagist.org, so you can add it to your composer.json file for an easy installation:

composer require nathan818/phpuc-net-sockets

Features

TODO (In development).

Examples

TODO.

Contribution

Credits

Inspired by Java API.