PHP code example of jplambert / phrrs

1. Go to this page and download the library: Download jplambert/phrrs library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

jplambert / phrrs example snippets


php composer.phar  install

vendor/bin/php-robot-remote-server <path-to-the-keywords-implementation-root-directory> <port-on-which-the-server-shall-listen-to>

php composer.phar install

php src/StartRobotRemoteServer.php <path-to-the-keywords-implementation-root-directory> <port-on-which-the-server-shall-listen-to>

php src/DemoRobotRemoteServer.php <path-to-the-keywords-implementation-root-directory>