acfatah/object-factory

This package is abandoned and no longer maintained. No replacement package was suggested.

Provides a container used to build class instances and solve object dependencies.

dev-master 2017-04-13 21:34 UTC

This package is auto-updated.

Last update: 2024-07-29 03:48:05 UTC


README

Build Status Coverage Status

Provides a container used to build class instances and solve object dependencies.

Features:

  • Automatically resolve object dependencies
  • Resolve constructor and setter injection
  • Lazy load class instances