From 8b1753221929c1bc211621dd3f510ba71ae4f796 Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Mon, 23 Mar 2015 19:38:08 +0100 Subject: [PATCH] update readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5615af5..0c51c73 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,14 @@ SwiftMailer Extension for Yii 2 =============================== -This extension provides a [SwiftMailer](http://swiftmailer.org/) mail solution for Yii 2. +This extension provides a [SwiftMailer](http://swiftmailer.org/) mail solution for [Yii framework 2.0](http://www.yiiframework.com). For license information check the [LICENSE](LICENSE.md)-file. +[![Latest Stable Version](https://poser.pugx.org/yiisoft/yii2-swiftmailer/v/stable.png)](https://packagist.org/packages/yiisoft/yii2-swiftmailer) +[![Total Downloads](https://poser.pugx.org/yiisoft/yii2-swiftmailer/downloads.png)](https://packagist.org/packages/yiisoft/yii2-swiftmailer) +[![Build Status](https://travis-ci.org/yiisoft/yii2-swiftmailer.svg?branch=master)](https://travis-ci.org/yiisoft/yii2-swiftmailer) + Installation ------------