Download the PHP package imsus/laravel-imgproxy without Composer
On this page you can find all versions of the php package imsus/laravel-imgproxy. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download imsus/laravel-imgproxy
More information about imsus/laravel-imgproxy
Files in imsus/laravel-imgproxy
Package laravel-imgproxy
Short Description Laravel integration for ImgProxy
License MIT
Homepage https://github.com/imsus/laravel-imgproxy
Informations about the package laravel-imgproxy
Laravel integration for ImgProxy
This package provides a Laravel integration for ImgProxy, allowing you to easily generate and manipulate image URLs. It supports insecure, signed, and encrypted URL generation, and includes a helper function for quick usage.
Installation
You can install the package via composer:
You can publish the config file with:
This is the contents of the published config file:
Configuration
You can configure the package by updating the values in your .env
file:
[!NOTE] The
key' and
salt` are required only if you want to generate signed URLs. If you don't want to generate signed URLs, you can leave them empty.[!CAUTION] The
key
andsalt
should be in hex-encoded format.
Usage
URL Generation
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Imam Susanto
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-imgproxy with dependencies
illuminate/contracts Version ^10.0|^11.0|^12.0
spatie/laravel-package-tools Version ^1.19