Show HN: Modern PHP development with Vite, it's ecosystem and PHP components

  • Posted 2 days ago by donnikitos
  • 4 points
https://github.com/nititech/modern-php-vite-starter
Over the past months, I’ve been working on somethings scary - bringing modern frontend tooling (Vite, HMR, modular builds) into traditional PHP projects.

This resulted in (currently) three small open-source projects:

- A NPM package for Vite: https://www.npmjs.com/package/vite-plugin-php

- A Packagist package: https://packagist.org/packages/nititech/html-components

- And an additonal NPM package to transpaile those components: https://www.npmjs.com/package/vite-plugin-php-components

The goal is to make PHP feel modern again: fast rebuilds, componentized UI, and zero JS lock-in.

It’s early but already usable — feedback, ideas, and contributions welcome.

Here is a starter repo to play around with: https://github.com/nititech/modern-php-vite-starter

1 comments

    Loading..