empress-php / empress

Empress is a flexible microframework for creating async web applications in PHP 8.1.
MIT License
15 stars 0 forks source link

Mutable configuration #37

Closed jakobmats closed 3 years ago

jakobmats commented 3 years ago

Currently you can change application configuration after the server has started which can lead to pretty much undefined behavior and strange runtime bugs. The configuration should be immutable and she be created using a builder.