/AzaSocket

AzaSocket - Anizoptera CMF sockets abstraction component. Provides convenient universal API for using sockets in PHP (via sockets or stream extensions).

Primary LanguagePHPOtherNOASSERTION

AzaSocket

Anizoptera CMF sockets abstraction component. Provides convenient universal API for using sockets in PHP (via sockets or stream extensions).

https://github.com/Anizoptera/AzaSocket

Build Status

Table of Contents

  1. Requirements
  2. Installation
  3. Credits
  4. License
  5. Links

Requirements

  • PHP 5.3.3 (or later);
  • Sockets and Stream extensions;

Installation

The recommended way to install AzaSocket is through composer. You can see package information on Packagist.

{
	"require": {
		"aza/socket": "~1.0"
	}
}

Credits

AzaSocket is a part of Anizoptera CMF, written by Amal Samally (amal.samally at gmail.com) and AzaGroup team.

License

Released under the MIT license.

Links