.HTML to .PHP Application

Hello,

As mentioned in another thread in the forums people where interested I share a application I have written that converts HTML documents to PHP. Here is the application and details.

Features :star:

  • Allows you to write PHP in Custom Code tags, and convers this from HTML encoding back into plain text.
  • Removes .html from all links on your page, this does require you setup an .htaccess file
  • Easy file explorer to find the pages you want to convert.
  • Can just strip .html from links if you choose Keep .html
  • Bulk file conversion
  • No technical knowledge required to setup and run the application.
  • Progress bar tracks what file it is working on.
  • Error reporting for if it finds issues.

How to use the application :mortar_board:

  1. Export your design from Bootstrap Studio to one folder.
  2. Open the application.
  3. Click Browse.
  4. Search and select the parent folder that contains your CSS, JS, Images, HTML files.
  5. Click OK
  6. Choose if you just want to strip .html from links by selecting Keep .html OR choose convert to .php to convert your PHP code and the file extensions into PHP.
  7. Wait for the program to finish.

Support :wrench:

Please leave a message below if you have any issues, I shall be happy to assist when I have a moment. If you have feature suggestions I am willing to take them on, however please remember this is provided as is for free and developed in my spare time.

Download

The file is provided as a .exe file, It is just a PowerShell script under the hood.

image|100%x58

5 Likes

I have never understood why one would want to write PHP in an app that does not support PHP. Who wants to write a Laravel app with a frontend-only setup?