Skip to content
Dukagjin Surdulli edited this page Dec 29, 2018 · 6 revisions

Welcome to the Pouch wiki!

Pouch is a lightweight dependency injection package, designed to be easily implemented to your project and get you going with handling all dependencies magically 🎉 !!

Pouch requires no dependencies to get it going and is PSR-11 compliant. The syntax also looks clean and after bootstrapping, all that's left to do is reference the dependency with typehinting as a method parameter and it will be provided to you. If some manual intervention is required, our pouch() helper class is there to help you out.

There's some more magic 🎉 that might make your life easier, but more on that later...

This wiki is still work in progress!

Clone this wiki locally