Download the PHP package domainflow/core without Composer
On this page you can find all versions of the php package domainflow/core. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download domainflow/core
More information about domainflow/core
Files in domainflow/core
Package core
Short Description A lightweight PHP application bootstrapper with service providers, boot phases, middleware, and config management.
License MIT
Informations about the package core
DomainFlow Core
The DomainFlow Core package is a Lightweight Application Bootstrapper with features like Service Providers, Application Bootstrapping, Middleware, Event Management, and Configuration Management to help structure and maintain PHP back-end applications and microservices.
✨ Core Functionality
-
Application Container
Inherits all DI capabilities from DomainFlow Container, including class auto-wiring, singleton bindings, and contextual bindings. -
Service Providers
Register and configure your services, including deferred loading for improved performance (load services only when first requested). -
Bootstrapping & Lifecycle Management
Built-in support for structured boot phases and graceful termination. -
Event Management
A basic but extendable event dispatcher to publish and subscribe to application events. -
Configuration & Environment Management
Manage environment variables, base paths, and config paths out of the box. - Caching
Optionally cache resolved service instances (and deferred providers) for faster subsequent loads.
📦 Installation
Install DomainFlow Core with Composer:
🧪 Example Usage
Below is a minimal example demonstrating how to set up an application, register a service provider, and retrieve a service:
More details and usage examples can be found in our DomainFlow Core documentation.
🛡 License
DomainFlow Core is open-sourced software licensed under the MIT license.