PHP code example of mdwheele / zalgo

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

    

mdwheele / zalgo example snippets

 php
echo $zalgo->speaks('the magic quotes they are coming for me I live only days');
 php
$zalgo = new Zalgo($soul, Mood::enraged());

echo $zalgo->speaks('the magic quotes they are coming for me I live only days');
 php
$zalgo = new Zalgo($soul, Mood::twitter());

echo $zalgo->speaks('the magic quotes they are coming for me I live only days');
 php
$cleanText = $zalgo->soothe($prophecy);  // Where prophecy is that crazy-looking stuff above.