Installation
Using Composer
Glide is available on Packagist and can be installed using Composer. This can be done by running the following command:
composer require league/glide
Be sure to also include the Composer autoload file in your project:
<?php
require 'vendor/autoload.php';
Downloading .zip file
This project is also available for download as a .zip
file on GitHub. Visit the releases page, select the version you want, and click the “Source code (zip)” download button.