1. Go to this page and download the library: Download onesimus-systems/recoder 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/ */
$sc->register('code', function(array $options, $someObj) {
return $someObj->someMethod();
});
$parsedText = $sc->process('[code]', $obj);
// Everything after the first argument is passed to the handlers
$sc = new Recoder('{', '}'); // Code syntax is now {code arg=val}
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.