PSR for standardized socket usage

1.0.0 2015-02-13 16:30 UTC

This package is auto-updated.

Last update: 2024-04-18 02:53:20 UTC


README

Latest Stable Version Total Downloads License Build StatusScrutinizer Code QualityCode Coverage

Introduction

PSR for standardized socket usage.

Installation

If you want to use the library with your application you can install it by adding

{
    "require": {
        "appserver-io-psr/socket": "dev-master"
    },
}

to your composer.json and invoke composer update in your project.

External Links