Skip to content

Commit 828f700

Browse files
committed
Add lazy kernel to the toolbox
1 parent 67170bf commit 828f700

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

source/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,11 @@ <h3>URL Map <i class="icon-map-marker pull-right"></i></h3>
101101
<p>Provides the ability to map paths to specific <code>HttpKernelInterface</code> applications and dispatches accordingly.</p>
102102
<p><a class="btn" href="https://github.com/stackphp/url-map">Learn More</a></p>
103103
</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>
104109
</div>
105110
</div>
106111

0 commit comments

Comments
 (0)