PHP code example of rest-full / search

1. Go to this page and download the library: Download rest-full/search 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/ */

    

rest-full / search example snippets




e_once __DIR__.'/../config/pathServer.php';

use Restfull\Security\Security;

$security = new Security();
echo $security->salt()->getSalt()."<br>".$security->getRand(5);