Service Container

June 30, 2020 ยท View on GitHub

Introduction

The poodinis service container is a powerful tool for managing class dependencies and performing dependency injection. Dependency injection is a fancy phrase that essentially means this: class dependencies are "injected" into the class via the constructor or, in some cases, "setter" methods.