Skip to content

Releases: renatofmachado/php-arrays

v1.0.1

05 Dec 11:23
Compare
Choose a tag to compare

Updated README.

v1.0.0

05 Dec 08:29
Compare
Choose a tag to compare

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)