Fork me on GitHub
The League of Extraordinary Packages

Our Packages:

Presented by The League of Extraordinary Packages

Getting Started

Configuration

Image API

CakePHP integration

If your application uses the CakePHP framework, you can use the CakeResponseFactory.

This adapter requires CakePHP 3 or newer.

Installation

composer require league/glide-cake

Configuration

<?php

use League\Glide\ServerFactory;
use League\Glide\Responses\CakeResponseFactory;

$server = ServerFactory::create([
    'response' => new CakeResponseFactory()
]);