avik/crate

Dependency injection container for the Avik framework

Installs: 11

Dependents: 3

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/avik/crate

v1.1.0 2025-12-28 17:52 UTC

This package is auto-updated.

Last update: 2025-12-28 18:31:26 UTC


README

Dependency injection container for the Avik framework.

Features

  • Interface to implementation binding
  • Singleton support
  • Automatic constructor injection
  • Parameter overrides

Design Rules

  • Explicit bindings
  • No magic scanning
  • Minimal API surface

Stability

Frozen after v1.0.0

Requirements

  • PHP 8.1+
  • avik/seed ^1.0