PHP code example of fixer112 / abu

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

    

fixer112 / abu example snippets



// 'vendor/autoload.php';

use Abu\abu;
$password = 'pass@string';
if (abu::version()=='2.1.0') {
	if (abu::encrypt('$password', 50) == '5894340128377128414f120450123487123519109555109589') {
		//execute code
	}
}