Download the PHP package fostercommerce/imgproxy without Composer
On this page you can find all versions of the php package fostercommerce/imgproxy. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download fostercommerce/imgproxy
More information about fostercommerce/imgproxy
Files in fostercommerce/imgproxy
Download fostercommerce/imgproxy
More information about fostercommerce/imgproxy
Files in fostercommerce/imgproxy
Vendor fostercommerce
Package imgproxy
Short Description A PHP library for generating imgproxy URLs with processing options.
License MIT
Package imgproxy
Short Description A PHP library for generating imgproxy URLs with processing options.
License MIT
Please rate this library. Is it a good library?
Informations about the package imgproxy
imgproxy-php
A PHP library for working with imgproxy. This package provides a simple way to build URLs with imgproxy processing options.
Installation
Usage
Creating Processing Options
Alternative Initialization
It is possible to initialize the Options object with an associative array. The keys of the array are the option names and the values are the option values.
The values can either be a single value, an array of values, or an associative array of values.
- When a single value is used, it is passed as the first argument to the setter method.
- When an array of values is used, they are destructured as passed as arguments in order to the setter method.
- When an associative array is used, the key/value pairs are destructured and passed in as named arguments to the setter method.
Building URLs
Encoded URLs
Signed URLs
Signed and Encoded URLs
Development
Testing
This package uses Pest PHP for testing. To run the tests:
or
All versions of imgproxy with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.2.0
The package fostercommerce/imgproxy contains the following files
Loading the files please wait ....