PHP + Twig + Tailwind
Build
faster.
Ship
better.
A minimal PHP starter with Twig templating and Tailwind CSS v4. No bloat. No opinions. Just the essentials.
terminal
$ git clone https://github.com/python-fuse/twig-starter-template.git
$ cd twig-starter-template
$ composer install
$ npm install
$ npm run build:css
$ php -S localhost:8000 -t src
→ Ready at http://localhost:8000
Fast Setup
Clone, install, run. You're building in under a minute.
Twig Templates
Clean separation of logic and presentation with template inheritance.
Tailwind v4
CSS-first configuration with automatic class detection.