Is php supported?

Is php supported on glitch ?? or just node js

1 Like

Yes, PHP is supported. You can remix ~lamp-poc to get started with it.

And a note to @no_one, I am sure every language is not supported. There are languages and frameworks being developed everyday all of which are not used. (And there are languages which are not useful for web apps.)

And you can also read this for a list of other languages-
List of Supported Languages, Frameworks and Package Managers

4 Likes

I have moved this to #glitch-help.

Hi regarding the PHP support.
Is it possible to choose the PHP version e.g. 8.1 or 8.2 or 8.3?

You’d have to spend a lot more time experimenting, but you could probably get any version of PHP to work.

Right now the version installed is 7.0, but if you can compile PHP and place the binary on the server it may be possible.