File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Speedex
2
2
3
- ![ GitHub Issues] ( https://img.shields.io/github/issues/PHPFastCGI/Speedex.svg )
4
- ![ GitHub Stars] ( https://img.shields.io/github/stars/PHPFastCGI/Speedex.svg )
5
3
![ GitHub License] ( https://img.shields.io/badge/license-GPLv2-blue.svg )
6
4
[ ![ Build Status] ( https://travis-ci.org/PHPFastCGI/Speedex.svg?branch=master )] ( https://travis-ci.org/PHPFastCGI/Speedex )
7
5
[ ![ 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
12
10
13
11
Using this package, Silex applications can stay alive between HTTP requests whilst operating behind the protection of a FastCGI enabled web server.
14
12
13
+ ## Installing
14
+
15
+ ``` sh
16
+ composer require " phpfastcgi/speedex:0.2.*"
17
+ ```
18
+
15
19
## Usage
16
20
17
21
``` php
You can’t perform that action at this time.
0 commit comments