Lightweight PHP Framework designed with a clean OOP around the MVC pattern.
GNU General Public License v3.0GPL-3.0
namespace App; require_once('App/App.php'); new App();