In the repository root run the following:
make generateThen enter the example directory:
cd exampleLaunch the server:
php -S 127.0.0.1:8080 server.phpThen launch the client in a different shell:
php client.php http://localhost:8080For reference implementations in Go check the original repository.