/to-php-array

Parse js variable to php

Primary LanguageJavaScriptMIT LicenseMIT

to-php-array

NPM version Build Status

Parse json to php

usage

In global:

npm install to-php-array -g

$to-php-array -f my.json -o out.php -i 2 -e utf8

Or:

require('to-php-array')({json:[1,2]}, 4);

help

$to-php-array --help

test

npm test