LMVC-Utils is a set of commonly used utilities by e.g. lmvc, lmvc-modules and troba. Anyhow it aims at being independent and integratable with any future project.
A set of string utilities for e.g. capitalization or converting strings from dashed to their camelcased equivalent.
A Butler and an Interface for a Bootstrap file used in lmvc to bootstrap modules or utils. The BootstrapInterface's
implementation will be called when giving the Butler::initialize($namespace)
a correct implementation.
A class offering the ability to load json files into a Config manager which will extend entries according to latest-entry wins. Entries can then easily be used all over an application.
An PSR-3 compliant convention-over-configuration logger which can be easily integrated into any lmvc application.
Configuration is accomplished through a config.json
directive. Moreover, this implementation offers multiple
independent scribes per instance all having a custom local LogLevel.
A currently minimal set of traits designed to be applicable in as many use cases as possible.