rindow / rindow-container
Light weight Services container with dependency injection and module manager
Installs: 682
Dependents: 26
Suggesters: 18
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/rindow/rindow-container
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: 2025-10-16 14:56:28 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.