Library for compress PDF file using ghostscript.
Install library through composer:
composer require celo/ghost-pdf
use Celo\GhostPDF\GhostPDF;
$gs = new GhostPDF($path);
$path_output_file = $gs->compress();
For max compression set first argument of compress function to true
Christian Celora. Check my github at https://github.com/ChristianCelora