Software Details:
Version: 1.1.5
Upload Date: 13 Apr 15
Distribution Type: Freeware
Downloads: 63
PHP Selector works like any other JavaScript-based CSS selector engine. The only difference is that PHP Selector uses PHP to parse the DOM structure and extract desired elements.
This library is ideal for data miners and Web page scrapers where data needs to be selected based on criteria that usually revolves around page structure and position.
The syntax is very similar to the one CSS uses to select and apply styles and should be pretty easy to learn within minutes.
PHP Selector's source is well commented and should provide enough documentation to get developers started.
What is new in this release:
- Added nth-child-last support
- Fixed attribute selectors
What is new in version 1.1.4:
- New features:
- You can pass a DOMDocument instance instead of HTML, in case you want to perform further operations on the DOM
- Bug fixes:
- Fixed handling .class selectors where .a would match any class containing "a"
- Fixed handling textarea tag
What is new in version 1.1.3:
- Added comma support.
Requirements:
- PHP 5.2.8 or higher
Comments not found