WinBinder: A native Windows binding for PHP
PHP-GTKというのは数年前使ったことがありましたが、こちらは初めて。実行すると普通のWindowsのアプリケーションっぽいインターフェイスで表示されます。
C:\WinBinder\Code\Samples>..\..\PHP\PHP4\php.exe hello.phpw

Welcome to WinBinderというショートカットがデスクトップに作られるもののエラーで起動しなかったりソースが相対パスで書かれているので実行時にNo such fileとエラーが出たりしました。。
依存関係なしで全部まとめてexeにして作ったアプリを配布できるようにしてくれると、使ってみようという気になるのですがそれは無理みたいです。
One Comment
Have you tried Klorofil?
It is a new solution for building GUI application with PHP. In the site, we can download a sample application (calculator) that made 100% with PHP. Interesting.