avik/crate

Dependency injection container for the Avik framework

Maintainers

Package info

github.com/aviyandev/avik-crate

pkg:composer/avik/crate

Statistics

Installs: 19

Dependents: 4

Suggesters: 0

Stars: 0

Open Issues: 0

v1.1.1 2026-03-28 14:36 UTC

This package is auto-updated.

Last update: 2026-03-28 14:36:30 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