Cheers.
Hi. Just trying the "Hello World" project as an intro to Ratchet / Websockets as per http://socketo.me/docs/hello-world
Running Wampserver on W7 - if that makes any difference (not sure at this stage!).
I think this is a directory issue.
When I execute php bin/chat-server.php the following fatal error is returned: PHP Fatal Error: Class 'MyApp\Chat' not found in...
chat-server.php is saved in C:/Users/MyName/bin/
the vendor package is located in C:/Users/MyName/
Chat.php is saved in C:/Users/MyName/vendor/cboden/ratchet/src/MyApp/
Have I missed something...? (obviously I have)