1
0
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:
Oliver Vogel
2023-11-20 14:21:40 +01:00
parent 293c4efc84
commit f114f887d2
38 changed files with 1060 additions and 913 deletions

View File

@@ -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