php-extended / php-css-selector-parser-interface
This package is abandoned and no longer maintained.
The author suggests using the php-extended/php-css-selector-interface package instead.
A library to parse css selectors to use in css sheet parsing or html attribute findings
4.0.26
2021-06-24 16:51 UTC
Requires
This package is auto-updated.
Last update: 2021-06-27 11:03:39 UTC
README
A library to parse css selectors to use in css sheet parsing or html attribute findings.
Installation
The installation of this library is made via composer.
Download composer.phar
from their website.
Then add to your composer.json :
"require": {
...
"php-extended/php-css-selector-parser-interface": "^4",
...
}
Then run php composer.phar update
to install this library.
The autoloading of all classes of this library is made through composer's autoloader.
Basic Usage
This library is an interface-only library.
For a concrete implementation, see php-extended/php-css-selector-parser-object.
License
MIT (See license file).