Hey @mindplay-dk 👋
just wanted to share a related project I’ve been working on:
👉 vite-plugin-php
It takes a slightly different approach — instead of just parsing the manifest, it integrates directly with Vite’s dev server and build pipeline, enabling true Vite tooling during development.
We’re also experimenting with a lightweight PHP component syntax (similar to JSX) that compiles down to native PHP functions, check out this starter repo.
Might be interesting for anyone looking for tighter Vite integration or component-based workflows in PHP.