rindow / rindow-container
Light weight Services container with dependency injection and module manager
Installs: 668
Dependents: 26
Suggesters: 18
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: >=5.3.3
- interop-phpobjects/lenient-container: *
- psr/container: ^1.0
- rindow/rindow-stdlib: 1.*
Requires (Dev)
Suggests
- rindow/rindow-annotation: When using annotation
This package is auto-updated.
Last update: 2024-10-16 12:34:27 UTC
README
Light weight Services container with dependency injection and module manager
This component includs the object container and the module manager.
** Container
This container is IoC container with dependency injection. It has the following functions.
- Instantiating components and managing lifecycle.
- Dependency injection.
- Annotation based configuration.
- Proxy to interceptor. (In most cases, AOP manager is used for proxy)
** Module Manager
The module manager manages a set of components and settings
- Application initiation.
- Incorporating modules
- Configuration injection.