PHP -> exe program needed

Please i want to change my php/ mysql project into an *.exe program to run it on any machine
i want to setup my project in any other machines with my database and all my php files.
any one have an idea or programs??

If the other machines have MySQL and PHP installed or your allowed/able to install PHP and MySQL on the other machines then why not just install the web app on the other machines, inserting any starting data into the tables and altering things like user and password for accessing MySQL, etc.

A web app can be installed on a standalone machine fairly easily using a XAMP stack.

You’ll have to write it in another language.

Or, write a front-end to interact with the back-end and/or an existing database.

There are probably other options, depending on what this project does…so, what does it do?