From 99fb3c4aab631a39db7e8638450b59f562a47bb1 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Tue, 7 Apr 2015 15:37:04 +0200 Subject: [PATCH] Update readme --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 45d5ca8..e1ca983 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,21 @@ -# fast-image-size +# fast-image-size library + +### About + fast-image-size is a PHP library that does almost everything PHP's getimagesize() does but without the large overhead of downloading the complete file. + +### Requirements + +PHP 5.3.0 or newer is required for this library to work. + +### Automated Tests + +The library is being tested using unit tests to prevent possible issues. + +[![Build Status](https://travis-ci.org/marc1706/fast-image-size.svg?branch=master)](https://travis-ci.org/marc1706/fast-image-size) +[![Code Coverage](https://scrutinizer-ci.com/g/marc1706/fast-image-size/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/marc1706/fast-image-size/?branch=master) +[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/marc1706/fast-image-size/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/marc1706/fast-image-size/?branch=master) + +### License + +[The MIT License (MIT)](http://opensource.org/licenses/MIT)