-
phpQuery
While looking around for a PHP-flavored alternative to Beautiful Soup for Python, I came across phpQuery:
phpQuery is a server-side, chainable, CSS3 selector driven Document Object Model (DOM) API based on jQuery JavaScript Library.
Essentially, it’s most-useful for screen-scraping situations in PHP, but the jQuery-like syntax is a huge plus. I’m already thinking of reasons to have to use it.


