-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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) |