Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anizoptera/azasocket
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
anizoptera-cmf composer packagist php php-library socket sockets stream-extensions travis
Last synced: about 2 months ago
JSON representation
AzaSocket - Anizoptera CMF sockets abstraction component. Provides convenient universal API for using sockets in PHP (via sockets or stream extensions).
- Host: GitHub
- URL: https://github.com/anizoptera/azasocket
- Owner: Anizoptera
- License: other
- Created: 2013-02-26T01:00:48.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-05-28T13:19:23.000Z (over 11 years ago)
- Last Synced: 2024-11-15T21:49:02.343Z (about 2 months ago)
- Topics: anizoptera-cmf, composer, packagist, php, php-library, socket, sockets, stream-extensions, travis
- Language: PHP
- Homepage: https://github.com/Anizoptera/AzaSocket
- Size: 148 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
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][TravisImage]][Travis]
Table of Contents
-----------------1. [Requirements](#requirements)
2. [Installation](#installation)
3. [Credits](#credits)
4. [License](#license)
5. [Links](#links)Requirements
------------* PHP 5.3.3 (or later);
* Sockets and Stream extensions;Installation
------------The recommended way to install AzaSocket is [through composer](http://getcomposer.org).
You can see [package information on Packagist][ComposerPackage].```JSON
{
"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.md) license.
Links
-----* [Composer package][ComposerPackage]
* [Last build on the Travis CI][Travis]
* [Project profile on the Ohloh](https://www.ohloh.net/p/AzaSocket)
* Other Anizoptera CMF components on the [GitHub][Anizoptera CMF] / [Packagist](https://packagist.org/packages/aza)
* (RU) [AzaGroup team blog][AzaGroup][Anizoptera CMF]: https://github.com/Anizoptera
[Amal Samally]: http://azagroup.ru/about/#amal
[AzaGroup]: http://azagroup.ru/
[ComposerPackage]: https://packagist.org/packages/aza/socket
[TravisImage]: https://secure.travis-ci.org/Anizoptera/AzaSocket.png?branch=master
[Travis]: http://travis-ci.org/Anizoptera/AzaSocket