Headless PHP – as far as I understand the landscape
blog.fortrabbit.com·7h·
Discuss: Hacker News
Flag this post

2025-11-03

Decopuled systems. Frontend in JavaScript. Backend in PHP. Why. How. If.

What is headless?

A software system where the front end (user interface) is separated from the back end (content management). It’s called headless, because the backend content system is now missing the part where it renders the frontend.

This decoupled dual stack approach consists of two independent systems that talk to each other.

  • The backend provides an API (REST, GraphQL).
  • The frontend is based on JavaScript (Svelte, Next.js, Nuxt.js, Astro …)

PHP as the backend

The backend of a JAMstack can be anything. From a Firebase database, to a hosted CMS like Contentful. We provide PHP hosting. So let’s look into that.

CMS systems

Traditional PHP CMS systems bundle…

Similar Posts

Loading similar posts...