PHP-Qt

Last updated
PHP-Qt
Developer(s) Thomas Moenicke
Preview release
0.9 / December 26, 2007;11 years ago (2007-12-26)
Written in C, C++, PHP
Type Application programming interface (API)
License GPL
Website sourceforge.net/projects/php-qt/

PHP-Qt was an extension for PHP5 that aims to write software with the Qt 4 toolkit. It provides an object-oriented interface to the Qt4 Framework and allows user s to write Qt applications in the PHP language. As of 8 January 2019, the project appears inactive.

See also

PHP-GTK GTK implementation for the server scripting language

PHP-GTK is a set of language bindings for PHP which allow GTK+ GUI applications to be written in PHP. PHP-GTK provides an object-oriented interface to GTK+ classes and functions. While PHP-GTK partially supports GTK2, GTK3 is not supported at all.

wxPHP stands for "wxWidgets for PHP" and is a PHP extension that wraps the wxWidgets library, which allows writing multi-platform desktop applications that make use of the native graphical components available to the different platforms. It supports the three major operating systems: Windows, Linux and Mac OS X by using the PHP language. Applications are written in PHP language, and since it is an interpreted language, it does not require an intermediate compilation step in order to run the application, provided the PHP interpreter has the extension available.

wxWidgets widget toolkit for creating graphical user interfaces

wxWidgets is a widget toolkit and tools library for creating graphical user interfaces (GUIs) for cross-platform applications. wxWidgets enables a program's GUI code to compile and run on several computer platforms with minimal or no code changes. A wide choice of compilers and other tools to use with wxWidgets facilitates development of sophisticated applications. wxWidgets supports a comprehensive range of popular operating systems and graphical libraries, both proprietary and free, and is widely deployed in prominent organizations.