php-extended/php-css-selector-parser-interface

A library to parse css selectors to use in css sheet parsing or html attribute findings


Keywords
php, tree, css, parser, interface
License
MIT

Documentation

php-css-selector-parser-interface

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": "^2",
		...
	}

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 implementatcss-selector-parsern, see php-extended/php-css-selector-parser-object.

License

MIT (See license file).