Registry / http-client / league-glide

league-glide

JSON →
library4.0.0phppackagistunverified

Wonderfully easy on-demand image manipulation library with an HTTP based API.

composer require league/glide
INSTALL
IMPORT
SIG · LEAGUE-GLIDE
L
league-glide
http-clientphpv4.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Server
use League\Glide\Server;

Create a Glide server and output a manipulated image.

use League\Glide\Server; use League\Glide\Responses\SymfonyResponseFactory; $server = Server::create([ 'source' => '/path/to/images', 'cache' => '/path/to/cache', 'response' => new SymfonyResponseFactory(), ]); $server->outputImage('image.jpg', ['w' => 200]);
Debug
Known issues
breakingRequires PHP 8.1+
fix
Upgrade PHP to version 8.1 or higher.
affects: <4.0.0
Upgrade
Version history
4.0.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
14
Amazon
1
OpenAI (training)
1
Resources
league-glide — pip install league-glide · libregistry