Releases: technically-php/cascade-container
Releases · technically-php/cascade-container
0.3.0
0.2.0
What's Changed
- Feature - Initial service definitions by @e1himself in #1
Full Changelog: 0.1.0...0.2.0
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