Skip to content
didier Belot edited this page Mar 6, 2018 · 2 revisions

phpQuery depends on following code parts:

PHP5

Required version of PHP is PHP5, 5.3 required.

DOM extension

PHP5's build-in DOM extension is required. Users of windows XAMPP (and maybe other unofficial PHP distributions) need to disable depracated DOM XML extension. More information can be found in this post on mrclay.org

Zend Framework

Zend Framework is used as HTTP Client and JSON encoder. Those who already have Zend Framework in their applications, can remove directory /phpQuery/Zend. Only condition is having proper include path set for own copy of the library.

Clone this wiki locally