Download the PHP package divyeshz/asset-optimizer without Composer
On this page you can find all versions of the php package divyeshz/asset-optimizer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download divyeshz/asset-optimizer
More information about divyeshz/asset-optimizer
Files in divyeshz/asset-optimizer
Download divyeshz/asset-optimizer
More information about divyeshz/asset-optimizer
Files in divyeshz/asset-optimizer
Vendor divyeshz
Package asset-optimizer
Short Description A library for optimizing images, videos, and audio, with thumbnail creation and storage features.
License
Package asset-optimizer
Short Description A library for optimizing images, videos, and audio, with thumbnail creation and storage features.
License
Please rate this library. Is it a good library?
Informations about the package asset-optimizer
Asset Optimizer
A PHP library for optimizing images, videos, and audio, with thumbnail creation and storage features. This library is designed to work seamlessly with Laravel and other PHP frameworks.
Features
- Optimize images with custom quality settings
- Optimize videos and resize them
- Optimize audio files
- Create thumbnails for images and videos
Installation
You can install this package via Composer.
-
Require the package:
- Publish the configuration file:
Usage
use AssetOptimizer\AssetOptimizer;
$assetOptimizer = new AssetOptimizer();
$assetOptimizer->optimizeImage('/path/to/your/image.jpg', '/path/to/your/destination/image.jpg');
All versions of asset-optimizer with dependencies
PHP Build Version
Package Version
The package divyeshz/asset-optimizer contains the following files
Loading the files please wait ....