Skip to content

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

License

Notifications You must be signed in to change notification settings

zarplata/phpwire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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