Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

php jquery like selector engine [closed]

Does anyone know a library that allows DOM traversing in strings using a jquery like selector engine?

like image 535
Bakaburg Avatar asked Dec 11 '10 15:12

Bakaburg


1 Answers

Many out there, pick one that suits you:

  • http://code.google.com/p/phpquery/
  • http://querypath.org/
  • http://jquery.hohli.com/
  • http://simplehtmldom.sourceforge.net/

few more can be found in similar question (link thanks to @Gordon) How do you parse and process HTML/XML in PHP?

like image 151
dev-null-dweller Avatar answered Nov 07 '22 18:11

dev-null-dweller