From 47cbf3c5abbc817d20a2391b578712b2e727918a Mon Sep 17 00:00:00 2001 From: adlawson Date: Sat, 6 Sep 2014 15:00:34 +0100 Subject: [PATCH] Update project badges --- README.md | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 7694fcb..54f4b7e 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,10 @@ Virtual File System -**Master build:** [![Master branch build status][travis-master]][travis]
-**Requires:** `PHP >= 5.4 || HHVM >= 3.0` +[![Master branch build status][ico-build]][travis] +[![Published version][ico-package]][package] +[![PHP ~5.4][ico-engine]][lang] +[![MIT Licensed][ico-license]][license] **VFS** is a virtual file system for PHP built using the stream wrapper API. Streams are exposed just as typical `file://` or `http://` streams are to PHP's @@ -12,7 +14,7 @@ attempts to stay true to the typical streams, including triggering warnings and handling edge cases appropriately. It can be installed in whichever way you prefer, but I recommend -[Composer][packagist]. +[Composer][package]. ```json { "require": { @@ -68,7 +70,7 @@ need one, but just in case, I've compiled a small list of examples: - ...we need some more! ### Todo -Current tasks are listed on the [github issues][gh-issues] page, but some are +Current tasks are listed on the [github issues][issues] page, but some are listed here for reference: - Symlinks - File locks @@ -94,11 +96,12 @@ The content of this library is released under the **MIT License** by **Andrew Lawson**.
You can find a copy of this license in [`LICENSE`][license] or at http://opensource.org/licenses/mit. - [travis]: https://travis-ci.org/adlawson/vfs.php -[travis-master]: https://travis-ci.org/adlawson/vfs.php.png?branch=master -[packagist]: https://packagist.org/packages/adlawson/vfs -[gh-issues]: https://github.com/adlawson/vfs.php/issues - - -[license]: /LICENSE +[lang]: http://php.net +[package]: https://packagist.org/packages/adlawson/vfs +[ico-license]: http://img.shields.io/packagist/l/adlawson/vfs.svg?style=flat +[ico-package]: http://img.shields.io/packagist/v/adlawson/vfs.svg?style=flat +[ico-build]: http://img.shields.io/travis/adlawson/vfs.php/master.svg?style=flat +[ico-engine]: http://img.shields.io/badge/php-~5.4-8892BF.svg?style=flat +[issues]: https://github.com/adlawson/vfs.php/issues +[license]: LICENSE