Libraries tagged by static options
lombokclarion/facades
0 Favers
1 Downloads
1 Downloads
Optional static-accessor facades for LombokClarion. Explicitly isolated from core and domain layer (§2.6, §4.12). MUST NOT leak into app/Domain/**.
initorm/database
0 Favers
105 Downloads
105 Downloads
Database manager that composes initorm/dbal and initorm/query-builder into a fluent CRUD + transaction + query-log API with an optional static facade.
iggyvolz/initializable
0 Favers
672 Downloads
672 Downloads
Interface for a class which defines an optional static constructor
lombokclarion/log
0 Favers
1 Downloads
1 Downloads
Structured logging: levels, channels, handlers, formatters, and non-optional context redaction. No global logger and no static facade — a Logger is constructor-injected like every other service.