Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • 8.0.5
  • 8.0.4
  • 8.0.3
  • 8.0.2
  • 8.0.1
  • 8.0.0
  • 7.0.11
  • 7.0.10
  • 7.0.9
  • 7.0.8
  • 7.0.7
  • 7.0.6
  • 7.0.5
  • 7.0.4
  • 7.0.3
  • 7.0.2
  • 7.0.1
  • 7.0.0
  • 6.0.11
  • 6.0.10
21 results

php-css-selector-interface

  • Clone with SSH
  • Clone with HTTPS
  • php-extended/php-css-selector-interface

    A library to represent css selectors for decision making trees in css-selector documents.

    coverage

    Installation

    The installation of this library is made via composer and the autoloading of all classes of this library is made through their autoloader.

    • Download composer.phar from their website.
    • Then run the following command to install this library as dependency :
    • php composer.phar install php-extended/php-css-selector-interface ^6

    Basic Usage

    This library is an interface-only library.

    For a concrete implementation, see php-extended/php-css-selector-object.

    License

    MIT (See license file).