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 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
1311Using 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
You can’t perform that action at this time.
0 commit comments