An open API service indexing awesome lists of open source software.

https://github.com/figadore/shiny-lib

Common lib for other shiny zf2 modules
https://github.com/figadore/shiny-lib

Last synced: over 1 year ago
JSON representation

Common lib for other shiny zf2 modules

Awesome Lists containing this project

README

          

Contains Array2XmlTrait, based on Lalil Patel's class

Install with composer
```
"require": {
"shinymayhem/shiny-lib": "dev-master"
}
```
override protected properties
_convertSpaces: boolean, whether to run str_replace on node_names (default: true)
_convertSpacesString: what to replace spaces with (default: "-")
_allowNumericTags: boolean, whether to allow numeric tags (default: true)
_numericTagPrefix: what to prefix numeric tags with (default: "element-")