mirror of
https://github.com/Intervention/image.git
synced 2025-08-21 05:01:20 +02:00
Edit readme
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
[](https://ko-fi.com/interventionphp)
|
[](https://ko-fi.com/interventionphp)
|
||||||
|
|
||||||
Intervention Image is a **PHP image processing library** that provides a simple
|
Intervention Image is a **PHP image processing library** that provides a simple
|
||||||
and expressive way to create, edit, and compose images. It features a universal
|
and expressive way to create, edit, and compose images. It comes with a universal
|
||||||
interface for the two most popular PHP image manipulation extensions. You can
|
interface for the two most popular PHP image manipulation extensions. You can
|
||||||
choose between the GD library or Imagick as the base layer for all operations.
|
choose between the GD library or Imagick as the base layer for all operations.
|
||||||
|
|
||||||
@@ -20,7 +20,7 @@ choose between the GD library or Imagick as the base layer for all operations.
|
|||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
You can easily install this library using [Composer](https://getcomposer.org).
|
You can easily install this library using [Composer](https://getcomposer.org).
|
||||||
Just request the package with the following command:
|
Simply request the package with the following command:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
composer require intervention/image
|
composer require intervention/image
|
||||||
|
Reference in New Issue
Block a user