Hacker News new | ask | show | jobs
by nedt 278 days ago
Every PHP file can work without frameworks. The route is your filename, PHP by itself can do templating and input data is handled by the super globals.

But if you want some small and simple framework as guidance you can also try out Slim Framework.