Skip to content
JonathanO edited this page Oct 27, 2012 · 3 revisions

Bounce is a dependency injection framework for PHP, similar to Spring. Provided with an XML (sorry) config file, it'll be able to hand you instances of named objects with all their dependencies already wired up (with shared instances where appropriate.)

Basic Usage

Scoping

Lookup Methods

Custom Providers

Clone this wiki locally