Skip to content

0.1.0

Latest

Choose a tag to compare

@e1himself e1himself released this 04 Aug 15:48
· 13 commits to main since this release

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