mirror of
https://github.com/Intervention/image.git
synced 2025-09-03 02:42:45 +02:00
Refactor to new architecture
This commit is contained in:
24
readme.md
24
readme.md
@@ -16,6 +16,18 @@ operations.
|
||||
- Framework-agnostic
|
||||
- PSR-12 compliant
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
composer require intervention/image
|
||||
```
|
||||
|
||||
## Getting started
|
||||
|
||||
Learn the [basics](https://image.intervention.io/v3/basics/instantiation/) on
|
||||
how to use Intervention Image and more with the [official
|
||||
documentation](https://image.intervention.io/v3/).
|
||||
|
||||
## Code Examples
|
||||
|
||||
```php
|
||||
@@ -47,18 +59,6 @@ $encoded->save('images/example.jpg');
|
||||
- GD Library
|
||||
- Imagick PHP extension
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
composer require intervention/image
|
||||
```
|
||||
|
||||
## Getting started
|
||||
|
||||
Learn the [basics](https://image.intervention.io/v3/basics/instantiation/) on
|
||||
how to use Intervention Image and more with the [official
|
||||
documentation](https://image.intervention.io/v3/).
|
||||
|
||||
## Development & Testing
|
||||
|
||||
With this package comes a Docker image to build a test suite and analysis
|
||||
|
Reference in New Issue
Block a user