If you're using Composer you can use Crush in your project with the following line in your terminal:
composer require css-crush/css-crush
If you're not using Composer yet just download the library (zip or tar) into a convenient location and require the bootstrap file:
<?php require_once 'path/to/CssCrush.php'; ?>