I would like to publish my PHP extension in PECL
The extension introduces some functions for reading from and writing to 
websockets (RFC6455)

These functions are:
ws_send()  - Send data to a websocket connection
ws_read()  - Read data from a websocket connection (Can read binary frames and 
files)
ws_close()  - Sends a close frame to the websocket client

I have published the source code at sourceforge:
https://sourceforge.net/p/phpwebsockets

Please have a look and see if you would like me to publish my extension in PECL.
Thanks in advance for your consideration.


-- 
PECL development discussion Mailing List (http://pecl.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to