ldl-framework/orchestrator

Orchestrates a Symfony container based project

dev-master 2022-06-13 12:28 UTC

This package is auto-updated.

Last update: 2024-05-13 16:39:00 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.