PHPDown
use BinaryTorch\PhpDown\Code; $code = Code::make("echo 'hello';", 'php'); echo $code->render();
Output:
'''php echo 'hello'; '''