Download the PHP package net_bazzline/php_configuration_format_converter without Composer
On this page you can find all versions of the php package net_bazzline/php_configuration_format_converter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download net_bazzline/php_configuration_format_converter
More information about net_bazzline/php_configuration_format_converter
Files in net_bazzline/php_configuration_format_converter
Package php_configuration_format_converter
Short Description php that converts following configuration formats: xml, php array, yaml, json
License GPLv3
Homepage https://github.com/stevleibelt/php_configuration_format_converter
Informations about the package php_configuration_format_converter
php_configuration_format_converter
A cli tool to convert files from and to yaml, json, xml or php array
Install
Install it via:
git clone
https://github.com/stevleibelt/php_configuration_format_converter- composer and packagist.org
"net_bazzline/php_configuration_format_converter": "dev-master"
Usage
Simple switch to the directory via console and typ bin/net_bazzline_configuration_format_converter.php
. This will display the help screen.
To start converting, add source and destination behind the command convert
.
bin/net_bazzline_configuration_format_converter.php convert my/source/file.yaml my/destination/file.php
The tool decides on the given file extension how he has to handle the conversation. File extensions can be uppercase, lowercase, whatevercase.
Supported formats
Right now, the following formares are supported:
- YAML
- XML
- JSON
- php array
Examples
Take a look to the directory examples to just start playing arround.
Notes
The converter will stop working if destination file already exists.
If you want to overwrite that file, you have to add the option --force
.
All versions of php_configuration_format_converter with dependencies
net_bazzline/php_symfony_console_application Version dev-master
net_bazzline/php_component_converter Version dev-master