A humble PHP framework & CMS
Humblee is a lightweight PHP framework and CMS built for developers who want to ship a custom web application without starting from scratch.
It handles the foundational work that every web app needs — page routing, content management, user authentication, role-based access control, and a media library — so you can spend your time building the parts that are actually specific to your project.
This documentation is written for developers. You should be comfortable with PHP, SQL, and the command line. Humblee does not provide a drag-and-drop interface or a visual page builder. What it provides is a clean, conventional structure you can extend with your own controllers, models, and views.
If you are looking for a no-code content management system, this is not it. If you want a sensible starting point for a bespoke PHP application — with user management, content storage, and an admin interface already wired up — you are in the right place.
Humblee intentionally leaves the application layer open. There is no prescribed way to build your business logic, no ORM migrations, and no CLI scaffolding tool. You extend the framework by adding controllers, models, and views in the /application/ directory, using the same conventions the core uses.