Download the PHP package hulang/php-image without Composer
On this page you can find all versions of the php package hulang/php-image. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package php-image
The PHP 8.0.0+ Image Package
环境
- php >=8.0.0
安装
使用
$image = \hulang\Image::open('./image.jpg');
或者
$image = \hulang\Image::open(request()->file('image'));
$image->crop(...)
->thumb(...)
->water(...)
->text(....)
->save(..);
All versions of php-image with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0.0
ext-gd Version *
ext-gd Version *
The package hulang/php-image contains the following files
Loading the files please wait ....