Releases: renatofmachado/php-arrays
Releases · renatofmachado/php-arrays
v1.0.1
v1.0.0
This release allows the package to parse PHP files and parse them into JSON, using the following API:
parse(file : string, callback : function, onError? : function)
parseSync(file : string, onError? : function)
command(file : string)