composer require ioncube/decoder on your terminal
use IonCubeDecoder\IonCubeDecoder;
<?php // Set the path to the IonCube encoded file $encoded_file = 'path/to/encoded/file.php'; ioncube decoder php 72
// Create a new IonCube decoder object $decoder = new IonCubeDecoder(); ioncube decoder php 72
// Set the path to the output file $output_file = 'path/to/output/file.php'; ioncube decoder php 72