We have an MVC 3 application that we use internally, and we need to generate a set of static web pages for our external website using our business data. Our external site is running Drupal, so we would like to use PHP templates to render the pages. That way our web designers can make cosmetic changes to the pages by editing the templates without learning a new templating language.
Is there a PHP library we could call to generate the pages? We don't want to run a PHP server, and certainly not a Drupal server.