Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

xparse/CssExpressionTranslator

Repository files navigation

!!! Abandoned !!!

See xparse/ElementFinder

CssExpressionTranslator

Packagist Travis Software License Coverage Status Quality Score Total Downloads

Translate css to xpath. Based on symfony/css-selector

Install

Via Composer

composer require xparse/css-expression-translator

Usage

$translator = new CssExpressionTranslator();
echo $translator->toXpath('a');

Testing

    ./vendor/bin/phpunit

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.