Hello. Install the Ratchet library using composer. I downloaded the composer, created a json file with the necessary code:
{ "autoload": { "psr-4": { "MyApp\\": "src" } }, "require": { "cboden/ratchet": "^0.4" } } I register in the console
D: \ OpenServer \ domains \ m> php composer.phar install
but php is not an internal or external command. Tell me how to fix it?