Uranium is a tiny PHP MVC framework
  • PHP 99%
  • Hack 0.8%
  • Dockerfile 0.2%
Find a file
2026-02-03 17:51:23 +00:00
.github/workflows CI pipeline 2025-04-30 22:53:30 +01:00
app Setup a better welcome experience 2026-02-03 17:51:23 +00:00
controllers Setup a better welcome experience 2026-02-03 17:51:23 +00:00
models Cleanup old example files 2026-01-18 20:41:39 +00:00
public spaces over tabs, sorry. 2022-02-21 18:13:12 +00:00
tests Need a dummy sql method 2026-01-18 20:44:17 +00:00
views Setup a better welcome experience 2026-02-03 17:51:23 +00:00
.env.example Update .env 2026-02-03 16:48:43 +00:00
.gitignore new model... model? 2021-04-29 01:03:56 +01:00
composer.json Back home merge 2025-04-30 22:46:44 +01:00
docker-compose.yml Back home merge 2025-04-30 22:46:44 +01:00
Dockerfile Back home merge 2025-04-30 22:46:44 +01:00
README.md Added README 2025-04-30 22:51:01 +01:00
routes.php Back home merge 2025-04-30 22:46:44 +01:00
server.php Update how we call router 2025-05-08 23:06:29 +01:00
uranium Back home merge 2025-04-30 22:46:44 +01:00

Uranium

General

Uranium is a minimal PHP framework aimed at people that like to do things their own way. Uranium has the bare-bones toolset needed to get a project underway without the bloat and complexities that come with the larger frameworks that do everything but are good at very little.

Getting started

TODO

Documentation

TODO