From 504fbeacd8e0e2d082ab6a6930722a3ce51bfb8a Mon Sep 17 00:00:00 2001 From: etienne Date: Fri, 21 Jul 2017 16:02:24 +0200 Subject: [PATCH] moar badges --- license | 2 +- readme.md | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/license b/license index 7ebaf37..7d88dc8 100644 --- a/license +++ b/license @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2016-2017 The Rxnet authors +Copyright (c) 2016-2017 Vincent Vermersch, Etienne Roudeix Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/readme.md b/readme.md index 7b6265c..b4f67a9 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,10 @@ # RxNet -[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) +[![License](https://poser.pugx.org/domraider/rxnet/license)](https://packagist.org/packages/domraider/rxnet) +[![Latest Stable Version](https://poser.pugx.org/domraider/rxnet/v/stable)](https://packagist.org/packages/domraider/rxnet) +[![Total Downloads](https://poser.pugx.org/domraider/rxnet/downloads)](https://packagist.org/packages/domraider/rxnet) +[![Latest Unstable Version](https://poser.pugx.org/domraider/rxnet/v/unstable)](https://packagist.org/packages/domraider/rxnet) +[![composer.lock](https://poser.pugx.org/domraider/rxnet/composerlock)](https://packagist.org/packages/domraider/rxnet) [RxPhp](https://github.com/ReactiveX/RxPHP) is a great work that brings us Reactive programming : asynchronous programming for human being. You can play with reactiveX on [RxMarble.com](http://rxmarbles.com/), find all the available operators on the official [Reactivex.io](http://reactivex.io/documentation/operators.html) website or read an [interesting introduction](https://gist.github.com/staltz/868e7e9bc2a7b8c1f754).