shinymayhem / shiny-lib
Base lib with Xml2Array trait
Installs: 47
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
pkg:composer/shinymayhem/shiny-lib
Requires
This package is not auto-updated.
Last update: 2025-10-21 07:50:56 UTC
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-")