Free webspace to do tests

I am looking for some free webspace to test several PHP scripts (web hooks).
I only need about 1MB :slight_smile:

PHP8.0 or higher needs to be supported.

Any ideas?

  • Ask Google or ChatGPT
  • Ask a friend who has a WebHosting to configure a SubDomain for you
  • Apply for a WebHosting product for a trial period and cancel in time
1 Like

You could install php and apache (etc) on your own computer?

There are free tiers from some cloud VPS providers.
Lifeboat can install PHP and set up “regular websites”.

Lightsail Free Trial Tier + Lifeboat
Oracle Free Tier + Lifeboat

2 Likes

You can also install Xampp (XAMPP Installers and Downloads for Apache Friends) local on your desktop. I used it in the past to explore the WordPress possibilities without using an external party. Works great.

2 Likes

Or mamp

https://www.mamp.info/

2 Likes

Over the decades I’ve been a big fan of MAMP for macOS as Greg mentioned, as well as XAMP for Windows as J. mentioned.

Another alternative would to simply spin up a VM and host your tests in there. The huge benefit is that you can use the same/similar distro that you might use if ever go production plus with most modern day VM software, you can create snapshots so that you can run experiments and then quickly and easily roll back to a prior state.

I was just about to post this for you…

VMware Fusion and Workstation are Now Free for All Users

…but noticed that right above you mentioned you’re a UTM user. Linux works awesome over there, but I don’t think UTM has any kind of snapshot technology other than simply cloning a VM.