zp/phpwire

Yet another IoC Container

2.0.3 2021-07-14 08:35 UTC

This package is auto-updated.

Last update: 2024-04-14 14:36:04 UTC


README

Build Status

Yet another simple and powerful framework-agnostic IoC Container for PHP.

Installation

composer require zp/phpwire

Features

  • Autowiring
  • Container compilation
  • Supporting of lazy initialization (uses ProxyManager)
  • Framework-agnostic
  • PSR-11 compliant

TODO

  • Add examples and update README.md