@@ -9,24 +9,23 @@ <h2>Community Middlewares</h2>
99 < div class ="row-fluid ">
1010 < div class ="span6 ">
1111 < h3 > HttpCache</ h3 >
12- < p > The Symfony2 cache system relies on the simplicity and power of the HTTP cache as defined in the < a href ="http://symfony.com/doc/current/glossary.html#term-http-specification "> HTTP specification</ a > .</ p >
13- < p >
14- < a href ="https://packagist.org/packages/symfony/http-kernel "> symfony/http-kernel</ a >
12+ < p class ="by ">
13+ by symfony
1514 </ p >
15+ < p > The Symfony2 cache system relies on the simplicity and power of the HTTP cache as defined in the HTTP specification.</ p >
1616 < div class ="btn-group ">
1717 < a class ="btn " href ="https://github.com/symfony/symfony/tree/master/src/Symfony/Component/HttpKernel "> < i class ="icon icon-github "> </ i > GitHub</ a >
1818 < a class ="btn " href ="http://symfony.com/doc/current/book/http_cache.html "> < i class ="icon icon-book "> </ i > Docs</ a >
1919 < a class ="btn " href ="https://github.com/symfony/symfony/blob/master/src/Symfony/Component/HttpKernel/HttpCache/HttpCache.php "> < i class ="icon icon-code "> </ i > Code</ a >
20+ < a class ="btn " href ="https://packagist.org/packages/syfmony/http-kernel "> < i class ="icon icon-archive "> </ i > Packagist</ a >
2021 </ div >
2122 </ div >
2223 < div class ="span6 ">
2324 < h3 > GeoIp</ h3 >
24- < p > Adds geolocation results to the request for subsequent middlewares. Can use any geocoding provider from < a href ="http://geocoder-php.org "> http://geocoder-php.org</ a > .</ p >
25- <!--
26- <p>
27- <a href="https://packagist.org/packages/herebeducks/stack_geo">herebeducks/stack_geo</a>
25+ < p class ="by ">
26+ by herebeducks
2827 </ p >
29- -- >
28+ < p > Adds geolocation results to the request for subsequent middlewares. Can use any geocoding provider from < a href =" http://geocoder-php.org " > http://geocoder-php.org </ a > . </ p >
3029 < div class ="btn-group ">
3130 < a class ="btn " href ="https://github.com/herebeducks/StackGeoIp "> < i class ="icon icon-github "> </ i > GitHub</ a >
3231 </ div >
@@ -35,62 +34,73 @@ <h3>GeoIp</h3>
3534 < div class ="row-fluid ">
3635 < div class ="span6 ">
3736 < h3 > IpRestrict</ h3 >
38- < p > Stack middleware for restricting application access to specific IP addresses.</ p >
39- < p >
40- < a href ="https://packagist.org/packages/alsar/stack-ip-restrict "> alsar/stack-ip-restrict</ a >
37+ < p class ="by ">
38+ by alsar
4139 </ p >
40+ < p > Stack middleware for restricting application access to specific IP addresses.</ p >
4241 < div class ="btn-group ">
4342 < a class ="btn " href ="https://github.com/alsar/stack-ip-restrict "> < i class ="icon icon-github "> </ i > GitHub</ a >
43+ < a class ="btn " href ="https://packagist.org/packages/alsar/stack-ip-restrict "> < i class ="icon icon-archive "> </ i > Packagist</ a >
4444 </ div >
4545 </ div >
4646 < div class ="span6 ">
4747 < h3 > Backstage</ h3 >
48- < p > Stack middleware for displaying maintenance pages.</ p >
49- < p >
50- < a href ="https://packagist.org/packages/atst/stack-backstage "> atst/stack-backstage</ a >
48+ < p class ="by ">
49+ by atst
5150 </ p >
51+ < p > Stack middleware for displaying maintenance pages.</ p >
5252 < div class ="btn-group ">
5353 < a class ="btn " href ="https://github.com/atst/stack-backstage "> < i class ="icon icon-github "> </ i > GitHub</ a >
54+ < a class ="btn " href ="https://packagist.org/packages/atst/stack-backstage "> < i class ="icon icon-archive "> </ i > Packagist</ a >
5455 </ div >
5556 </ div >
5657 </ div >
5758 < div class ="row-fluid ">
5859 < div class ="span6 ">
59- < h3 > OAuth</ h3 >
60- < p >
61- Experimental OAuth authentication. Leverages < a href ="https://github.com/Lusitanian/PHPoAuthLib "> PHPoAuthLib</ a > .
60+ < h3 >
61+ OAuth
62+ </ h3 >
63+ < p class ="by ">
64+ by igorw
6265 </ p >
6366 < p >
64- < a href =" https://packagist.org/packages/igorw/stack-oauth " > igorw/stack-oauth </ a >
67+ OAuth authentication.
6568 </ p >
6669 < div class ="btn-group ">
6770 < a class ="btn " href ="https://github.com/igorw/stack-oauth "> < i class ="icon icon-github "> </ i > GitHub</ a >
71+ < a class ="btn " href ="https://packagist.org/packages/igorw/stack-oauth "> < i class ="icon icon-archive "> </ i > Packagist</ a >
6872 </ div >
6973 </ div >
7074 < div class ="span6 ">
71- < h3 > < a href ="https://github.com/dflydev/dflydev-stack-basic-authentication "> Basic Authentication</ a > </ h3 >
72- < p >
73- Provides HTTP Basic Authentication following STACK-2 Authentication conventions.
75+ < h3 >
76+ < a href ="https://github.com/dflydev/dflydev-stack-basic-authentication "> Basic Authentication</ a >
77+ </ h3 >
78+ < p class ="by ">
79+ by dflydev
7480 </ p >
7581 < p >
76- < a href =" https://packagist.org/packages/dflydev/stack-basic-authentication " > dflydev/stack-basic-authentication </ a >
82+ Provides HTTP Basic Authentication following STACK-2 Authentication conventions.
7783 </ p >
7884 < div class ="btn-group ">
7985 < a class ="btn " href ="https://github.com/dflydev/dflydev-stack-basic-authentication "> < i class ="icon icon-github "> </ i > GitHub</ a >
86+ < a class ="btn " href ="https://packagist.org/packages/dflydev/stack-basic-authentication "> < i class ="icon icon-archive "> </ i > Packagist</ a >
8087 </ div >
8188 </ div >
8289 </ div >
8390 < div class ="row-fluid ">
8491 < div class ="span6 ">
85- < h3 > < a href ="https://github.com/dflydev/dflydev-stack-hawk "> Hawk</ a > </ h3 >
86- < p >
87- Provides Hawk authentication following STACK-2 Authentication conventions.
92+ < h3 >
93+ < a href ="https://github.com/dflydev/dflydev-stack-hawk "> Hawk</ a >
94+ </ h3 >
95+ < p class ="by ">
96+ by dflydev
8897 </ p >
8998 < p >
90- < a href =" https://packagist.org/packages/dflydev/stack-hawk " > dflydev/stack-hawk </ a >
99+ Provides Hawk authentication following STACK-2 Authentication conventions.
91100 </ p >
92101 < div class ="btn-group ">
93102 < a class ="btn " href ="https://github.com/dflydev/dflydev-stack-hawk "> < i class ="icon icon-github "> </ i > GitHub</ a >
103+ < a class ="btn " href ="https://packagist.org/packages/dflydev/stack-hawk "> < i class ="icon icon-archive "> </ i > Packagist</ a >
94104 </ div >
95105 </ div >
96106 </ div >
0 commit comments