You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
986 B
986 B
phpQuery depends on following code parts:
PHP5
Required version of PHP is PHP5, 5.2 recommended.
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.