lucite/container

A simple psr-11 container with a few extras bolted on and minimal magic

0.0.2 2024-09-12 14:34 UTC

This package is auto-updated.

Last update: 2025-04-12 16:01:00 UTC


README

Adding new keys

There are 3 methods for adding new keys:

  • function add(string $key, mixed $value)
  • function addConstructor(string $key, callable $constructor)
  • function addSingleton(string $key, callable $constructor)