adubovskoy/phpquery

phpQuery is a server-side, chainable, CSS3 selector driven Document Object Model (DOM) API based on jQuery JavaScript Library

1.0.1 2017-07-26 10:29 UTC

This package is auto-updated.

Last update: 2022-08-29 02:18:59 UTC


README

This good library does not supported from few years.

This library enough stable for my needs.

This fork for install this library via composer.

Library documentation

You may found Documentation on Google code from library's author.

Instalation

Add in composer json in 'require' section:

{
    "require": {
        "zomberg/phpquery": "dev-master"
    }
}

Note that this library has 'dev' for 'minimum-stability' field in composer.json (see about minimum-stability).

To use it field 'minimum-stability' must set as 'dev':

{
    "minimum-stability": "dev"
}