Update project badges

This commit is contained in:
adlawson 2014-09-06 15:00:34 +01:00
parent 4e907b1df0
commit 47cbf3c5ab

View File

@ -2,8 +2,10 @@
<img src="http://media.giphy.com/media/d6Unw9Ke0vCFO/giphy.gif" alt="Virtual File System" align="right" width=310/> <img src="http://media.giphy.com/media/d6Unw9Ke0vCFO/giphy.gif" alt="Virtual File System" align="right" width=310/>
**Master build:** [![Master branch build status][travis-master]][travis]<br/> [![Master branch build status][ico-build]][travis]
**Requires:** `PHP >= 5.4 || HHVM >= 3.0` [![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. **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 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. and handling edge cases appropriately.
It can be installed in whichever way you prefer, but I recommend It can be installed in whichever way you prefer, but I recommend
[Composer][packagist]. [Composer][package].
```json ```json
{ {
"require": { "require": {
@ -68,7 +70,7 @@ need one, but just in case, I've compiled a small list of examples:
- ...we need some more! - ...we need some more!
### Todo ### 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: listed here for reference:
- Symlinks - Symlinks
- File locks - File locks
@ -94,11 +96,12 @@ The content of this library is released under the **MIT License** by
**Andrew Lawson**.<br/> You can find a copy of this license in **Andrew Lawson**.<br/> You can find a copy of this license in
[`LICENSE`][license] or at http://opensource.org/licenses/mit. [`LICENSE`][license] or at http://opensource.org/licenses/mit.
<!-- Project links -->
[travis]: https://travis-ci.org/adlawson/vfs.php [travis]: https://travis-ci.org/adlawson/vfs.php
[travis-master]: https://travis-ci.org/adlawson/vfs.php.png?branch=master [lang]: http://php.net
[packagist]: https://packagist.org/packages/adlawson/vfs [package]: https://packagist.org/packages/adlawson/vfs
[gh-issues]: https://github.com/adlawson/vfs.php/issues [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
<!-- Files --> [ico-build]: http://img.shields.io/travis/adlawson/vfs.php/master.svg?style=flat
[license]: /LICENSE [ico-engine]: http://img.shields.io/badge/php-~5.4-8892BF.svg?style=flat
[issues]: https://github.com/adlawson/vfs.php/issues
[license]: LICENSE