Registry / http-client / imgix-imgix-php

imgix-imgix-php

JSON →
library4.1.0phppackagistunverified

A PHP client library for generating URLs with imgix.

composer require imgix/imgix-php
INSTALL
IMPORT
SIG · IMGIX-IMGIX-PHP
I
imgix-imgix-php
http-clientphpv4.1.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.

UrlBuilder
use Imgix\UrlBuilder;

Generate an imgix URL with width parameter.

use Imgix\UrlBuilder; $builder = new UrlBuilder('your-imgix-subdomain'); $url = $builder->createURL('/path/to/image.jpg', ['w' => 500]);
Debug
Known issues
breakingRequires PHP 7.2+ and ext-json
fix
Ensure PHP version is 7.2 or higher and JSON extension is enabled.
affects: <4.0.0
Upgrade
Version history
4.1.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
Resources
imgix-imgix-php — pip install imgix-imgix-php · libregistry