Skip to content

Releases: renatofmachado/php-arrays

Release list

v1.0.1

Choose a tag to compare

@renatofmachado renatofmachado released this 05 Dec 11:23

Updated README.

v1.0.0

Choose a tag to compare

@renatofmachado renatofmachado released this 05 Dec 08:29

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)