anudeepr28 / phpdesktop

Automatically exported from code.google.com/p/phpdesktop
0 stars 0 forks source link

PHP extension to interact with PHP Desktop/Chromium API #99

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently you can call PHP Desktop internal functions only from within 
javascript, see the JavascriptApi wiki page.

It would be nice to be able to interact with PHP Desktop or the Chromium API 
directly from within PHP.

See the PHP-CPP project that lets you easily develop PHP extensions in C++, 
with no need to know all the internals of the Zend Engine:

http://www.php-cpp.com/

Original issue reported on code.google.com by czarek.t...@gmail.com on 26 Mar 2014 at 11:16