Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.55 KB

README.md

File metadata and controls

41 lines (24 loc) · 1.55 KB

Build Status Coverage Status

lmvc-utils

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.

StringUtils

A set of string utilities for e.g. capitalization or converting strings from dashed to their camelcased equivalent.

Readme

Bootstrap

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.

Readme

Config

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.

Readme

Logger

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.

Readme

Traits

A currently minimal set of traits designed to be applicable in as many use cases as possible.

Readme