Phpanta

A small full-stack web framework for plain PHP 8.5 and browser-native TypeScript. No runtime dependencies, no template language, no composer on the server: a site vendors Phpanta as a git submodule, requires one autoloader, and deploys plain files.

It was extracted from the site of neuro.SYS, which is built on it. So is this one: every page here is rendered by a controller, a view and a shell, then exported to static files for GitHub Pages by the framework's own export command.

What it is made of

Where to go next