ldl-framework / orchestrator
Orchestrates a Symfony container based project
dev-master
2022-06-13 12:28 UTC
Requires
- php: >=7.3
- ext-json: *
- ldl-framework/container-builder: dev-master
- ldl-framework/env-builder: dev-master
This package is auto-updated.
Last update: 2025-03-13 18:21:39 UTC
README
Compile, load and dump env files and symfony service files.
The symfony DIC container can be dumped to a file to be loaded after or not written at all and loaded straight in memory. The latter is convenient for development to avoid having to write files and run into file locking issues.
Orchestrator is the result of the combination of two packages:
ldl-framework/container-builder + ldl-framework/env-builder
It aims to simplify the work of the two previous packages into one package.