I am wondering if there is a way to configure the orthanc http server to support php. The standalone mongoose server seems has option to enable php support, but I could not find how to enable php support in orthanc http server.
Call Orthanc from your PHP code using the cURL module for PHP: http://php.net/manual/en/book.curl.php
In either case, Orthanc will not serve PHP by itself: Orthanc will run as a separate micro-service (in the Intranet of the PHP server), and the PHP server calls it.