File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,16 @@ <h3>Builder</h3>
1515 < a class ="btn " href ="https://packagist.org/packages/stack/builder "> < i class ="icon icon-archive "> </ i > Packagist</ a >
1616 </ div >
1717 </ div >
18+ < div class ="tool span6 ">
19+ < h3 > Run</ h3 >
20+ < p > Shortcut function for handling HttpKernel front-controller boilerplate.</ p >
21+ < div class ="btn-group ">
22+ < a class ="btn " href ="https://github.com/stackphp/run "> < i class ="icon icon-github "> </ i > GitHub</ a >
23+ < a class ="btn " href ="https://packagist.org/packages/stack/run "> < i class ="icon icon-archive "> </ i > Packagist</ a >
24+ </ div >
25+ </ div >
26+ </ div >
27+ < div class ="row-fluid ">
1828 < div class ="tool span6 ">
1929 < h3 > Session</ h3 >
2030 < p > Provides a request session for subsequent middlewares. Based on the Silex SessionServiceProvider.</ p >
@@ -23,8 +33,6 @@ <h3>Session</h3>
2333 < a class ="btn " href ="https://packagist.org/packages/stack/session "> < i class ="icon icon-archive "> </ i > Packagist</ a >
2434 </ div >
2535 </ div >
26- </ div >
27- < div class ="row-fluid ">
2836 < div class ="tool span6 ">
2937 < h3 > URL Map</ h3 >
3038 < p > Provides the ability to map paths to specific < code > HttpKernelInterface</ code > applications and dispatches accordingly.</ p >
@@ -33,6 +41,8 @@ <h3>URL Map</h3>
3341 < a class ="btn " href ="https://packagist.org/packages/stack/url-map "> < i class ="icon icon-archive "> </ i > Packagist</ a >
3442 </ div >
3543 </ div >
44+ </ div >
45+ < div class ="row-fluid ">
3646 < div class ="tool span6 ">
3747 < h3 > Lazy Kernel</ h3 >
3848 < p > A lazy proxy for < code > HttpKernelInterface</ code > , allows an app to be loaded on demand when combined with URL Map.</ p >
You can’t perform that action at this time.
0 commit comments