PHP telegram bot

Hallo,
I would like to move a simple telegram bot written in PHP from heroku to netlify (so few lines of code api calls, no cms, no db, etc).

Is it possible/supported?

Thanks

@ArMyBoT There’s no runtime PHP hosting at Netlify, so probably not.

You can use PHP as part of your build script, but the files that are deployed must be static files to the CDN and Serverless Functions.