Is there a way to run php as a static app?

Hello! I would like to run my php site as a static site, but to do so, we have to have the glitch.json file. And this doesn’t allow us to have a static app.
All of the examples I found use glitch.json.

Is there a way to run php without glitch.json or nodejs or requirements.txt?

No, sorry, there is not.

Ok thanks anyway… I’ll keep looking tho :slight_smile:

1 Like

I don’t believe so. Because php is carried out on the server, so it is not static.