mirror of
https://github.com/fearricepudding/uranium-framework.git
synced 2026-03-02 19:27:53 +00:00
Uranium is a tiny PHP MVC framework
- PHP 99%
- Hack 0.8%
- Dockerfile 0.2%
| .github/workflows | ||
| app | ||
| controllers | ||
| models | ||
| public | ||
| tests | ||
| views | ||
| .env.example | ||
| .gitignore | ||
| composer.json | ||
| docker-compose.yml | ||
| Dockerfile | ||
| README.md | ||
| routes.php | ||
| server.php | ||
| uranium | ||
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