Releases: technically-php/cascade-container
Releases · technically-php/cascade-container
0.1.0
Initial implementation
::has(string $id): bool::get(string $id): mixed::set(string $id, mixed $instance): void::alias(string $id, string $alias): void::deferred(string $id, callable $factory): void::factory(string $id, callable $factory): void::extend(string $id, callable $extend): void::cascade(): self