mirror of
https://github.com/Intervention/image.git
synced 2025-08-29 08:40:33 +02:00
changed readme
This commit is contained in:
10
README.md
10
README.md
@@ -1,6 +1,6 @@
|
||||
# Intervention Image
|
||||
|
||||
Intervention Image is a **PHP image handling and manipulation** library providing an easier and expressive way of using PHP's GD or Imagick libraries. The package includes ServiceProviders and Facades for easy **Laravel 4** integration.
|
||||
Intervention Image is a **PHP image handling and manipulation** library providing an easier and expressive way to create, edit, and compose images. The package includes ServiceProviders and Facades for easy **Laravel 4** integration.
|
||||
|
||||
[](https://travis-ci.org/Intervention/image)
|
||||
|
||||
@@ -8,11 +8,15 @@ Intervention Image is a **PHP image handling and manipulation** library providin
|
||||
|
||||
- PHP >=5.3
|
||||
- Fileinfo Extension
|
||||
- GD (>=2.0) or Imagick module
|
||||
|
||||
## Supported Image Libraries
|
||||
|
||||
- GD Library (>=2.0)
|
||||
- Imagick PHP extension (>=6.3.8)
|
||||
|
||||
## Getting started
|
||||
|
||||
- [Installation Guide](http://image.intervention.io/installation)
|
||||
- [Installation](http://image.intervention.io/installation)
|
||||
- [Laravel Framework Integration](http://image.intervention.io/laravel)
|
||||
- [Official Documentation](http://image.intervention.io/)
|
||||
|
||||
|
Reference in New Issue
Block a user