PHP Utiliy Collections: Net-Sockets
, (*1)
A socket library for PHP which provide a more convenient way to manipulate sockets., (*2)
I make this library for personal projects and tests, it will only contains the
items I need. It will certainly never be completed., (*3)
Installation
This library is published on packagist.org, so you can add it to your composer.json file for an easy installation:, (*4)
composer require nathan818/phpuc-net-sockets
Features
TODO (In development)., (*5)
Examples
TODO., (*6)
Contribution
- Follow PSR-2 coding style (https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md)
- Follow java-style API
- Do unit tests
- Document public and non-overwritten functions
Credits
Inspired by Java API., (*7)