PHP code example of simon_massey / thinbus-php-srp-demo
1. Go to this page and download the library: Download simon_massey/thinbus-php-srp-demo 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/ */
simon_massey / thinbus-php-srp-demo example snippets
sh
composer update
# run the Thinbus unit tests which tests the cryptography
./vendor/phpunit/phpunit/phpunit --verbose ./vendor/simon_massey/thinbus-php-srp/ThinbusTest.php