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