We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67170bf commit 828f700Copy full SHA for 828f700
source/index.html
@@ -101,6 +101,11 @@ <h3>URL Map <i class="icon-map-marker pull-right"></i></h3>
101
<p>Provides the ability to map paths to specific <code>HttpKernelInterface</code> applications and dispatches accordingly.</p>
102
<p><a class="btn" href="https://github.com/stackphp/url-map">Learn More</a></p>
103
</div>
104
+ <div class="tool well well-small span6">
105
+ <h3>Lazy Kernel <i class="icon-moon pull-right"></i></h3>
106
+ <p>A lazy proxy for <code>HttpKernelInterface</code>, allows an app to be loaded on demand when combined with URL Map.</p>
107
+ <p><a class="btn" href="https://github.com/stackphp/LazyHttpKernel">Learn More</a></p>
108
+ </div>
109
110
111
0 commit comments