P
Analyzed about 2 hours ago
php tool that can handle convertation of following formats: php array, xml, yaml
Converts
Right now, following converters are available out of the box:
PhpArrayConverter
JSONConverter
XMLConverter
YAMLConverter
I have focused on general configuration content. Each format has its
... [More]
limiting factors and they have kept in mind by creating other converters. For example, you can not use attributes in the xml format since i have no idea how to convert that robust into the other formats. [Less]