From 5d78762aeb5a8cabcd50ed46cc031e97e28e13fe Mon Sep 17 00:00:00 2001 From: Salem Ouerdani Date: Sun, 10 Apr 2016 22:32:57 +0100 Subject: [PATCH] Added packagist svg --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bc70e2d..229f928 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # yii2-nested-rest +[![Packagist Version](https://img.shields.io/packagist/v/tunecino/yii2-nested-rest.svg?style=flat-square)](https://packagist.org/packages/tunecino/yii2-nested-rest) +[![Total Downloads](https://img.shields.io/packagist/dt/tunecino/yii2-nested-rest.svg?style=flat-square)](https://packagist.org/packages/tunecino/yii2-nested-rest) + Adds nested resources routing support along with related actions and relationship handlers to the [Yii RESTful API framework](http://www.yiiframework.com/doc-2.0/guide-rest-quick-start.html). **Note: This is an alpha release. while not yet covered by tests and version number is less than 1.0.0 extra precautions should be taken before using in production.** @@ -278,4 +281,4 @@ outputs: "level": 10 } } -``` \ No newline at end of file +```