PHP-Qt is an extension for PHP5 that aims to write software with the Qt Toolkit. It provides an object-oriented interface to the Qt4 Framework and allowes to write Qt applications in the PHP language.
![]()
The Qt-PHP project is maintained by Thomas Mönicke and Jean-Luc Gyger. You can find the Open Source Edition of Qt documentation here. And download Qt-PHP sources from Berlios. After you download the sources you may run the box2buttons.php test without problem.







7 Comments on "PHP-Qt, the Qt Library with PHP5"
Hi!, I dont know about Qt, I want to test for design GUI’s for my system.
I need to know if Qt give me a GUI, with a palette components (for example) for design my GUI’s or I must it design on console mode?
There is a designer that can be used to develop the application in a visual mode. Of course, you can always extend it later using an IDE or the console.
Hi does qt let you develp desktp apps with php?
Regards
Adi
Adi, yes it does. It is very similar to PHP-GTK but much faster and has a better API. You can even create a design using a GUI like Qt Designer and then let it PHP-Qt parse it. You do not have to write anything! PHP-Qt will do it for you.
It’s really better than the PHP-GTK?
But, its not easy to some people to compile the PHP-QT from the sources, and much more that are using win32 like me.
Someone have compiled in win32?
How its does and what I need?
thks
Hi,
I am facing problems during the installation of phpqt
I have both Qt and LAMPP installed on my machine running on opensuse11.1
Please help me with the installation process.
@Amol,
you have to install php5-cli package too.
And it will be success~~!