Fork me on GitHub
The League of Extraordinary Packages

Our Packages:

Presented by The League of Extraordinary Packages

Getting Started

Configuration

Image API

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';

Framework integration

If you want a Framework specific version, the following adapters are available. Note, these adapters automatically include the base library (league/glide), so you don’t need to require both.

composer require league/glide-cake
composer require league/glide-laravel
composer require league/glide-slim
composer require league/glide-symfony
composer require league/glide-zend

See responses for more information about integrating with a specific framework.

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.