phpQuery

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/php-query": "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"
}