1
0
mirror of https://github.com/danog/template.git synced 2024-11-26 20:14:56 +01:00
template/README.md
2015-07-28 15:48:16 +02:00

21 lines
690 B
Markdown

# template
[![Build Status](https://img.shields.io/travis/amphp/template/master.svg?style=flat-square)](https://travis-ci.org/amphp/template)
[![CoverageStatus](https://img.shields.io/coveralls/amphp/template/master.svg?style=flat-square)](https://coveralls.io/github/amphp/template?branch=master)
![Unstable](https://img.shields.io/badge/api-unstable-orange.svg?style=flat-square)
![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)
`amphp/template` is a non-blocking template for use with the [`amp`](https://github.com/amphp/amp)
concurrency framework.
**Required PHP Version**
- PHP 5.5+
**Installation**
```bash
$ composer require amphp/template
```