Skip to content

Altahrim/PHP_ExtWebsockets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP_ExtWebsockets

Build Status Coverage Status

PHP extension providing support for websockets.

This extension rely on libwebsockets by warmcat to provide object-oriented WebSockets support in PHP 7.

Warning: this extension is only compatible with PHP >= 7.0 and only tested on linux.

Quickstart

Install libwebsockets. For Fedora you can use sudo dnf install libwebsockets-devel.

git clone https://github.com/Altahrim/PHP_ExtWebsockets
cd PHP_ExtWebsockets/src
phpize
./configure
make
sudo make install
## Check if extension is available
php -dextension=websocket.so -m | grep WebSocket

About

PHP extension providing support for websockets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published