PHP code example of tacoberu / hayo-decoder

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

    

tacoberu / hayo-decoder example snippets


use Taco\Hayo\HayoDecoder;

$decoder = new HayoDecoder();
$ast = $decoder->decode('... hayo source code ...');