This is a prototype automated program repair tool for PHP bugs.
$ npm install
$ npm run start
First build the vs code extention. Run following command it will create a .vsix file.
$ npm run build
Go ot extentions, click the 'views and more action' and import the vsix file.
Open the buggy PHP prgram.
Select the buggy line and right click on it. then click Fix PHP Bug.
Download the trained PHP Fixer model here. and run the local server.ipynb file.