Skip to content

Commit 0d3721c

Browse files
Merge branch 'master' of https://github.com/PHPFastCGI/Speedex
2 parents 798c81d + 09cc92b commit 0d3721c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Speedex
22

3-
![GitHub Issues](https://img.shields.io/github/issues/PHPFastCGI/Speedex.svg)
4-
![GitHub Stars](https://img.shields.io/github/stars/PHPFastCGI/Speedex.svg)
53
![GitHub License](https://img.shields.io/badge/license-GPLv2-blue.svg)
64
[![Build Status](https://travis-ci.org/PHPFastCGI/Speedex.svg?branch=master)](https://travis-ci.org/PHPFastCGI/Speedex)
75
[![Coverage Status](https://coveralls.io/repos/PHPFastCGI/Speedex/badge.svg?branch=master)](https://coveralls.io/r/PHPFastCGI/Speedex?branch=master)
@@ -12,6 +10,12 @@ A PHP package which allows Silex applications to reduce overheads by exposing th
1210

1311
Using this package, Silex applications can stay alive between HTTP requests whilst operating behind the protection of a FastCGI enabled web server.
1412

13+
## Installing
14+
15+
```sh
16+
composer require "phpfastcgi/speedex:0.2.*"
17+
```
18+
1519
## Usage
1620

1721
```php

0 commit comments

Comments
 (0)