Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 494 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 494 Bytes

PHPWire

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