Embedding a PHP server in a C ++ application?

I need to make a web application, sharp desktop application
Business logic will be written (taken from a web application) in PHP, and underlain infra in C ++
To do this, I need some solution to run an embedded server that supports PHP, or to discuss another solution

0
source share
4 answers

Instead, you can try PHP-GTK . You can execute all business logic and presentation in PHP.

0
source

You can run Paste Deploy as a WSGI container for WPHP .

0
source

You can even try Glassfish with Qercus integration for PHP.

0
source

You can use Apache as an embedded web server.

-1
source

All Articles