php websocket
Fatal error: Uncaught Error: Class 'React\EventLoop\Factory' not found in C:\xampp\htdocs\binary\index.php:5 Stack trace: #0 {main} thrown in C:\xampp\htdocs\binary\index.php on line 5
i get error like that, i already instal composer, but still error
Comments
You need to install
guzzle
, please check this https://github.com/guzzle/guzzle#installing-guzzle for installation.For your code to work, you need
require_once("vendor/autoload.php");
and it comes with guzzle.