shopie/di-container

v1.0.1 2025-09-06 06:07 UTC

This package is not auto-updated.

Last update: 2025-09-06 06:09:55 UTC


README

Simple IoC container

  • Lazy loading
  • Separation of container (adding services) and provider (getting services)

Installation

composer require shopie/di-container

Usage

Consult tests