Download the PHP package onecodemonkey/phpquery without Composer
On this page you can find all versions of the php package onecodemonkey/phpquery. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download onecodemonkey/phpquery
More information about onecodemonkey/phpquery
Files in onecodemonkey/phpquery
Package phpquery
Short Description phpQuery is a server-side, chainable, CSS3 selector driven Document Object Model (DOM) API based on jQuery JavaScript Library
License MIT
Homepage http://code.google.com/p/phpquery/
Informations about the package phpquery
phpQuery, one more fork!
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:
- https://github.com/ralph-tice/phpquery (one commit: added WebBrowser->browserDownload)
- https://github.com/aptivate/phpquery (three commits)
- https://github.com/panrafal/phpquery (remove zend)
github repos i've looked at:
- https://github.com/denis-isaev/phpquery
- https://github.com/r-sal/phpquery
- https://github.com/damien-list/phpquery-1
- https://github.com/nev3rm0re/phpquery
- https://github.com/Aurielle/phpquery
- https://github.com/kevee/phpquery (include php-css-parser)
- https://github.com/lucassouza1/phpquery
Manual
- http://code.google.com/p/phpquery/wiki
Extracts from fmorrow README.md:
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
(copied from http://code.google.com/p/phpquery/wiki/Basics)
Complete working example:
====
Source for test.html: