shopie/di-container

IoC Container

Installs: 523

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/shopie/di-container

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

This package is not auto-updated.

Last update: 2025-10-18 06:51:05 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