PHPackages                             kazip/phpquery - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. kazip/phpquery

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

kazip/phpquery
==============

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

00HTML

Since Aug 2Pushed 2y agoCompare

[ Source](https://github.com/kazip/phpquery)[ Packagist](https://packagist.org/packages/kazip/phpquery)[ RSS](/packages/kazip-phpquery/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

*original readme*

phpQuery, one of many forks!
----------------------------

[](#phpquery-one-of-many-forks)

This one is installable via compser:

```
composer require electrolinux/phpquery

```

**Note:** *I haven't used this package since many years, and just recently looked at the code: this is scary, buggy and unfinished. Please don't use it on any production server!*

My intent is to have it easily integrated in differents projects, so available on packagist. I've gathered some fix and new features here and there, as will keep looking for new stuff on github about phpQuery

### github repos i've integrated:

[](#github-repos-ive-integrated)

-  (one commit: added WebBrowser-&gt;browserDownload)
-  (three commits)
-  (remove zend)

### github repos i've looked at:

[](#github-repos-ive-looked-at)

-
-
-
-
-
-  (include php-css-parser)
-

Manual
------

[](#manual)

- [Manual](wiki/README.md) imported from

Extracts from fmorrow README.md:
--------------------------------

[](#extracts-from-fmorrow-readmemd)

### Whats phpQuery?

[](#whats-phpquery)

To quote the phpQuery *(orignally concieved and developed by Tobiasz Cudnik, available on Google Code and Github)* project documentation:

> phpQuery is a server-side, chainable, CSS3 selector driven Document Object Model (DOM) API based on jQuery JavaScript Library.
>
> Library is written in PHP5 and provides additional Command Line Interface (CLI).

### Example usage

[](#example-usage)

(copied from )

Complete working example:

```
