Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 719 Bytes

File metadata and controls

40 lines (25 loc) · 719 Bytes

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/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"
}