stevleibelt / php_component_converter

php tool that can handle convertation of following formats: php array, xml, yaml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

php_net_bazzline_component_converter

php tool that can handle convertation of following formats: php array, xml, yaml

The build status of the current master branch is tracked by Travis CI: Build Status

Converters

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 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.

Packagist

https://packagist.org/packages/net_bazzline/php_component_converter

Add following line to you composer.json file.
"net_bazzline/php_component_converter": "dev-master"

About

php tool that can handle convertation of following formats: php array, xml, yaml

License:GNU Lesser General Public License v3.0


Languages

Language:PHP 100.0%