zomberg/phpquery

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

This package's canonical repository appears to be gone and the package has been frozen as a result.

dev-master 2017-07-26 10:29 UTC

This package is not auto-updated.

Last update: 2020-02-07 15:19:22 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"
}