Is it possible to work Strapi using PhP?

I’m a new developer and there’s a website that I’ve built using good ol’ html/css/js, no next.js or react used. The thing is I’ve been working on it for some time and it’d take so much time to migrate it to react.
I just want to add a blog system to my website, that’ll be the only thing that’s dynamic in it. Is it possible to integrate Strapi with a static webpage using only PhP?

This topic has been created from a Discord post (1261327603202261092) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

Is it possible to work with Strapi using only PhP?

I’m reltively new to Strapi but from what I can tell its a standalone webserver that exposes API endpoints which would mean the answer to your question is yes.

You would interact with your strapi server like any other rest API via PHP. There’s plenty of online resources so I wont post anything exhaustive but here’s a small example: http - How do I send a POST request with PHP? - Stack Overflow