Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Oct 24, 2017
1 parent d8b4297 commit 6c68f8c
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# PHP Router [![Build Status](https://travis-ci.org/devlibs/routing.svg?branch=master)](https://travis-ci.org/devlibs/routing) [![Coverage Status](https://coveralls.io/repos/github/devlibs/routing/badge.svg?branch=master)](https://coveralls.io/github/devlibs/routing?branch=master)
# PHP Router

[![Build Status](https://travis-ci.org/devlibs/routing.svg?branch=master)](https://travis-ci.org/devlibs/routing)
[![Coverage Status](https://coveralls.io/repos/github/devlibs/routing/badge.svg?branch=master)](https://coveralls.io/github/devlibs/routing?branch=master)
[![Latest Stable Version](https://poser.pugx.org/devlibs/routing/v/stable.svg)](https://packagist.org/packages/devlibs/routing)
[![Total Downloads](https://poser.pugx.org/devlibs/routing/downloads.svg)](https://packagist.org/packages/devlibs/routing)
[![License](https://poser.pugx.org/devlibs/routing/license.svg)](LICENSE)

A fast, flexible and scalable HTTP router for PHP.

Expand All @@ -15,12 +21,12 @@ A fast, flexible and scalable HTTP router for PHP.

## Requirements

- PHP - `7.0`, `7.1` and `master` are tested.
- PHP - `7.0`, `7.1`, `7.2` and `master` are tested.

## Install

```
composer require devlibs/routing:dev-master
composer require devlibs/routing:1.0.0
```

## Documentation
Expand Down

0 comments on commit 6c68f8c

Please sign in to comment.