forked from TobiaszCudnik/phpquery
-
Notifications
You must be signed in to change notification settings - Fork 66
Dependencies
didier Belot edited this page Mar 6, 2018
·
2 revisions
phpQuery depends on following code parts:
Required version of PHP is PHP5, 5.3 required.
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 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.