Download the PHP package domainflow/container without Composer
On this page you can find all versions of the php package domainflow/container. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download domainflow/container
More information about domainflow/container
Files in domainflow/container
Download domainflow/container
More information about domainflow/container
Files in domainflow/container
Vendor domainflow
Package container
Short Description Dependency injection container package for PHP 8.3+
License MIT
Package container
Short Description Dependency injection container package for PHP 8.3+
License MIT
Please rate this library. Is it a good library?
Informations about the package container
DomainFlow Dependency Injection Container
The DomainFlow Container is a modular and extensible Dependency Injection (DI) Container built for modern PHP back-end applications and microservices. It provides a full suite of features to register, resolve, and manage dependencies with ease.
✨ Core Functionality
- Dependency Injection (DI): Register and resolve dependencies automatically.
- Singleton & Shared Instances: Bind and reuse single instances across your application.
- Lazy Loading & Autowiring: Automatically resolve class dependencies only when needed.
- Service Binding: Bind concrete implementations to interfaces or abstractions.
- PSR-11 Compliance: Fully implements PSR-11 for broad interoperability.
⚙️ Requirements
- PHP 8.3+
📦 Installation
Use Composer to install the package:
More details and usage examples can be found in our documentation
📄 License
The DomainFlow Container is open-sourced software licensed under the MIT license.
All versions of container with dependencies
PHP Build Version
Package Version
The package domainflow/container contains the following files
Loading the files please wait ....