Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 792 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 792 Bytes

Welcome

TheWebSolver Container is a PowerPack Dependency Injection and Auto-wiring solution that implements PSR-11 Standards.

Installation (via Composer)

Install library using composer command:

$ composer require thewebsolver/container

Benefits

  • Contextual binding: Provide abstract dependencies based on concrete entry.
  • PSR-14 Events: Dispatch and Listen to events before, during or after resolving the entry.
  • Aliasing: Container binding using an alias for a concrete classname, or even binding arbitrary value using lambda function.

Usage

For usage details, visit Wiki page.