PHP code example of funsoul / funcipher

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

    

funsoul / funcipher example snippets


CIPHER_USE_LOWER
CIPHER_USE_CAPITAL
CIPHER_USE_NUMBER
CIPHER_USE_SPECIAL

use Funsoul\Funcipher\Funcipher;

$cipher = new Funcipher();
echo $cipher->create(10);
// ,+T=!V67|E


use Funsoul\Funcipher\Funcipher;

$cipher = new Funcipher();
echo $cipher->ignore(['a',1,3,5,7])->create(10);
// w0/22S0i2~

use Funsoul\Funcipher\Funcipher;

$cipher = new Funcipher();
echo $cipher->ignore([1,3,5,7])->create(10,[CIPHER_USE_NUMBER]);
// 4288062890