Download the PHP package bscheshir/phpquery without Composer
On this page you can find all versions of the php package bscheshir/phpquery. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bscheshir/phpquery
More information about bscheshir/phpquery
Files in bscheshir/phpquery
Package phpquery
Short Description PHP5.3+ namespaced version of phpQuery with enhanced CSS support
License MIT
Homepage http://code.google.com/p/phpquery/
Informations about the package phpquery
Revisiting PhpQuery
Basic usage of this fork
`
About this fork
This fork includes several modernizations:
- 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:
=======
- Merged https://github.com/kevee/phpquery/tree/phpquery-css with https://github.com/electrolinux/phpquery
- Removed CSSParser from this repository and included it via composer
- Added PhpQuery\ namespace
- Adjusted the folder structure to reflect usage of PSR-4
- Corrected the unit tests and integrated with travis-ci
Updated README with project status.
Beyond these adjustments, this project will be minimally maintained. For more phpQuery usage information and fork history, I highly recommend you review the https://github.com/electrolinux/phpquery README.
Very Similar Project
See QueryPath for a more active project that also works to replicate the jQuery syntax for PHP.
My Preferred Alternative
There are several alternatives to phpQuery out there. While several have a healthy adoption rate, I was looking for a library that leveraged SimpleXML and focused on the PHP use case rather than building all of the functionality from scratch and adding unnecessarily methods and selectors simply for jQuery semantic completeness. In the end, I selected to launch a project that attempts to a be a PHP-centric lightweight wrapper for SimpleXML. Learn more about QuipXml.