Skip to content

Commit c875573

Browse files
committed
update readme
1 parent 059b079 commit c875573

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# handlebars.php
22
Ultra fast PHP7 implementation of handlebars.js
33

4+
[![Travis CI](https://travis-ci.org/CradlePHP/handlebars.svg?branch=master)](https://travis-ci.org/CradlePHP/handlebars)
5+
[![Coverage Status](https://coveralls.io/repos/github/CradlePHP/handlebars/badge.svg?branch=master)](https://coveralls.io/github/CradlePHP/handlebars?branch=master)
6+
[![Latest Stable Version](https://poser.pugx.org/cradlephp/handlebars/v/stable)](https://packagist.org/packages/cradlephp/handlebars)
7+
[![Total Downloads](https://poser.pugx.org/cradlephp/handlebars/downloads)](https://packagist.org/packages/cradlephp/handlebars)
8+
[![Latest Unstable Version](https://poser.pugx.org/cradlephp/handlebars/v/unstable)](https://packagist.org/packages/cradlephp/handlebars)
9+
[![License](https://poser.pugx.org/cradlephp/handlebars/license)](https://packagist.org/packages/cradlephp/handlebars)
10+
411
## Install
512

613
```bash

0 commit comments

Comments
 (0)