george-zakharov / php-query
这是phpQuery,jQuery选择器的PHP版本,非常适合DOM遍历和功能测试。最初由Tobiasz Cudnik创建,并在Google Code上发布。我们创建了分支,因为我们需要一些错误修复,并且上游已经有一段时间没有提交了。请分享你的phpQuery...
1.1.0
2022-04-26 22:35 UTC
Requires
- php: >=7.0
- ext-dom: *
- ext-libxml: *
This package is auto-updated.
Last update: 2024-09-27 03:49:50 UTC
README
This is phpQuery, a PHP port of jQuery selectors, super useful for DOM traversal and functional testing. It is originally by Tobiasz Cudnik: http://code.google.com/p/phpquery/ And was released under the MIT license. We've cloned it into github because no issues have been fixed upstream in the last two years and we needed to fix a bug relating to the serialize() method to get our functional tests to work. You can find our github repository here: https://github.com/punkave/phpQuery "What did you fix?" Our initial commit includes a fix for the serialize() method, crucial to do form submissions (a big deal for functional testing). See the commit history in github for any later changes. - P'unk Avenue