2017 © Pedro Peláez
 

library jaxl

Jaxl - Async, Non-Blocking, Event based Networking Library in PHP.

image

abhinavsingh/jaxl

Jaxl - Async, Non-Blocking, Event based Networking Library in PHP.

  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 125 Forks
  • 39 Open issues
  • 8 Versions
  • 5 % Grown

The README.md

Jaxl v3.1.0

Jaxl v3.x is a successor of v2.x (and is NOT backward compatible), carrying a lot of code from v2.x while throwing away the ugly parts. A lot of components have been re-written keeping in mind the feedback from the developer community over the last 4 years. Also Jaxl shares a few philosophies from my experience with erlang and python languages., (*1)

Jaxl is an asynchronous, non-blocking I/O, event based PHP library for writing custom TCP/IP client and server implementations. From it's previous versions, library inherits a full blown stable support for XMPP protocol stack. In v3.0, support for HTTP protocol stack has also been added., (*2)

At the heart of every protocol stack sits the Core stack. It contains all the building blocks for everything that we aim to do with Jaxl library. Both XMPP and HTTP protocol stacks are written on top of the Core stack. Infact the source code of protocol implementations knows nothing about the standard (inbuilt) PHP socket and stream methods., (*3)

Examples, (*4)

Documentation, (*5)

Group and Mailing List, (*6)

Create a bug/issue, (*7)

Author, (*8)

Installation

php composer.phar require "jaxl/jaxl=^3.1.0"

Contributing

JAXL since v3.0.1 adopt PSR-2. To make it easier to maintain the code contribute your changes after they have passed PHP_CodeSniffer and PHPUnit. If possible, add a unit tests for your changes into the tests folder., (*9)

To know current errors and failed tests, run:, (*10)

./vendor/bin/phpcs
./vendor/bin/phpunit

License

The product licensed under the BSD 3-Clause license. See LICENSE., (*11)

The Versions

06/02 2018

dev-master

9999999-dev http://jaxl.readthedocs.org/en/latest/index.html

Jaxl - Async, Non-Blocking, Event based Networking Library in PHP.

  Sources   Download

BSD-3-Clause

The Requires

  • ext-curl *
  • ext-hash *
  • ext-json *
  • ext-libxml *
  • ext-openssl *
  • ext-pcre *
  • ext-sockets *
  • php >=5.2.4

 

The Development Requires

php http asynchronous xmpp jabber jaxl abhinavsingh non blocking event loop

13/09 2016

v3.1.0

3.1.0.0 http://jaxl.readthedocs.org/en/latest/index.html

Jaxl - Async, Non-Blocking, Event based Networking Library in PHP.

  Sources   Download

BSD-3-Clause

The Requires

  • ext-curl *
  • ext-hash *
  • ext-json *
  • ext-libxml *
  • ext-openssl *
  • ext-pcre *
  • ext-sockets *
  • php >=5.2.4

 

The Development Requires

php http asynchronous xmpp jabber jaxl abhinavsingh non blocking event loop

13/09 2016

v3.1.x-dev

3.1.9999999.9999999-dev http://jaxl.readthedocs.org/en/latest/index.html

Jaxl - Async, Non-Blocking, Event based Networking Library in PHP.

  Sources   Download

BSD-3-Clause

The Requires

  • ext-curl *
  • ext-hash *
  • ext-json *
  • ext-libxml *
  • ext-openssl *
  • ext-pcre *
  • ext-sockets *
  • php >=5.2.4

 

The Development Requires

php http asynchronous xmpp jabber jaxl abhinavsingh non blocking event loop

13/09 2016

v3.0.3

3.0.3.0 http://jaxl.readthedocs.org/en/latest/index.html

Jaxl - Async, Non-Blocking, Event based Networking Library in PHP.

  Sources   Download

BSD-3-Clause

The Requires

  • ext-curl *
  • ext-hash *
  • ext-json *
  • ext-libxml *
  • ext-openssl *
  • ext-pcre *
  • ext-sockets *
  • php >=5.2.4

 

The Development Requires

php http asynchronous xmpp jabber jaxl abhinavsingh non blocking event loop

13/09 2016

v3.0.x-dev

3.0.9999999.9999999-dev http://jaxl.readthedocs.org/en/latest/index.html

Jaxl - Async, Non-Blocking, Event based Networking Library in PHP.

  Sources   Download

BSD-3-Clause

The Requires

  • ext-curl *
  • ext-hash *
  • ext-json *
  • ext-libxml *
  • ext-openssl *
  • ext-pcre *
  • ext-sockets *
  • php >=5.2.4

 

The Development Requires

php http asynchronous xmpp jabber jaxl abhinavsingh non blocking event loop

07/09 2016

v3.0.2

3.0.2.0 http://jaxl.readthedocs.org/en/latest/index.html

Jaxl - Async, Non-Blocking, Event based Networking Library in PHP.

  Sources   Download

MIT

The Requires

  • ext-curl *
  • ext-hash *
  • ext-json *
  • ext-libxml *
  • ext-openssl *
  • ext-pcre *
  • ext-sockets *
  • php >=5.2.4

 

The Development Requires

php http asynchronous xmpp jabber jaxl abhinavsingh non blocking event loop

05/09 2016

v3.0.1

3.0.1.0 http://jaxl.readthedocs.org/en/latest/index.html

Jaxl - Async, Non-Blocking, Event based Networking Library in PHP.

  Sources   Download

MIT

The Requires

  • ext-curl *
  • ext-hash *
  • ext-json *
  • ext-libxml *
  • ext-openssl *
  • ext-pcre *
  • ext-sockets *
  • php >=5.2.4

 

The Development Requires

php http asynchronous xmpp jabber jaxl abhinavsingh non blocking event loop

15/11 2012

v3.0.0

3.0.0.0 http://jaxl.readthedocs.org/en/latest/index.html

jaxl - Jabber XMPP Client Library in PHP.

  Sources   Download

MIT

The Requires

  • php >=5.2.4

 

xmpp jabber jaxl abhinavsingh