1
0
mirror of https://github.com/Intervention/image.git synced 2025-03-15 22:49:40 +01:00

readme changes

This commit is contained in:
Oliver Vogel 2013-12-30 15:38:30 +01:00
parent 389417d8d3
commit ab884ad94b

View File

@ -1,17 +1,28 @@
# Intervention Image Class
# Intervention Image
Intervention Image is a PHP Image handling and manipulation class with support for Laravel 4 integration.
Intervention Image is a **PHP image handling and manipulation** library based on the PHP GD library. The package includes ServiceProviders and Facades for easy **Laravel 4** integration.
[![Build Status](https://travis-ci.org/Intervention/image.png?branch=master)](https://travis-ci.org/Intervention/image)
## Requirements
- PHP >=5.3
- GD >=2.0
## Installation
Intervention Image installable with Composer. Read further information on how to install.
[Intervention Image Installation Guide](http://intervention.olivervogel.net/image/getting_started/installation)
## Documentation
Refer to the following guide on how to use Intervention Image Class.
[Intervention Image Class Documentation](http://intervention.olivervogel.net/image/)
[Intervention Image Documentation](http://intervention.olivervogel.net/image/)
## License
Intervention Image Class is licensed under the [MIT License](http://opensource.org/licenses/MIT).
Intervention Image is licensed under the [MIT License](http://opensource.org/licenses/MIT).
Copyright 2013 [Oliver Vogel](http://olivervogel.net/)