PHP code example of epii / sign

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

    

epii / sign example snippets



$se= "asdfasdfasfd";
$data = ["a" => 1, "nb" => 4,1=>"dddss"];

  \epii\sign\sign::encode($data, $se);

var_dump($data);

var_dump(\epii\sign\sign::check($data,$se));