I am working on restructuring a website using PHP, but I cannot use complete frameworks like Laravel or Symfony. However, I am allowed to use third-party libraries to handle specific aspects such as routing, templates, etc. Additionally, the site must integrate Bootstrap and DataTables. I would like to structure the project following the MVC pattern.
Any advice on how to structure the project or on specific libraries that integrate well with Bootstrap and DataTables would be greatly appreciated.