<?php include 'PhpMinifier.php'; $path = array('Calculus.php'); PhpMinifier::minify($path, 'minified.php'); ?>