Compiling a REST application built using Yii2

Hello,
I built a REST Application using the Yii2 PHP Framework and would like to compile the application to EXE for easy distribution and yet still be able to consume the REST API from various clients on the same LAN with the server machine. Is it possible?

Not in the current version of ExeOutput, the internal server is not accessible externally. That will be possible in the incoming 2023 version with new server apps. ExeOutput will be able to generate server apps and thus REST APIs will be accessible.