Heimdall/vendor/symfony/css-selector
2018-02-08 14:21:29 +00:00
..
Exception Add vendor and .env to make usable 2018-02-01 20:01:12 +00:00
Node updated dependencies + working api connection 2018-02-08 14:21:29 +00:00
Parser updated dependencies + working api connection 2018-02-08 14:21:29 +00:00
Tests Add vendor and .env to make usable 2018-02-01 20:01:12 +00:00
XPath updated dependencies + working api connection 2018-02-08 14:21:29 +00:00
.gitignore Add vendor and .env to make usable 2018-02-01 20:01:12 +00:00
CHANGELOG.md Add vendor and .env to make usable 2018-02-01 20:01:12 +00:00
composer.json updated dependencies + working api connection 2018-02-08 14:21:29 +00:00
CssSelectorConverter.php updated dependencies + working api connection 2018-02-08 14:21:29 +00:00
LICENSE Add vendor and .env to make usable 2018-02-01 20:01:12 +00:00
phpunit.xml.dist Add vendor and .env to make usable 2018-02-01 20:01:12 +00:00
README.md Add vendor and .env to make usable 2018-02-01 20:01:12 +00:00

CssSelector Component

The CssSelector component converts CSS selectors to XPath expressions.

Resources

Credits

This component is a port of the Python cssselect library v0.7.1, which is distributed under the BSD license.