2017 © Pedro Peláez
 

library phpquery-single

phpQuery单文件版本,是Querylist的依赖(http://querylist.cc/),phpQuery项目主页:http://code.google.com/p/phpquery/

image

jaeger/phpquery-single

phpQuery单文件版本,是Querylist的依赖(http://querylist.cc/),phpQuery项目主页:http://code.google.com/p/phpquery/

  • Thursday, December 7, 2017
  • by jae
  • Repository
  • 6 Watchers
  • 39 Stars
  • 30,739 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 35 Forks
  • 0 Open issues
  • 6 Versions
  • 22 % Grown

The README.md

phpQuery-single

phpQuery onefile composer.Continuous maintenance,Welcome PR., (*1)

QueryList base on phpQuery: https://github.com/jae-jae/QueryList, (*2)

phpQuery单文件版本,持续维护,欢迎PR., (*3)

phpQuery项目主页:http://code.google.com/p/phpquery/, (*4)

QueryList是基于phpQuery的采集工具: https://github.com/jae-jae/QueryList, (*5)

Composer Installation

Packagist: https://packagist.org/packages/jaeger/phpquery-single, (*6)

composer require jaeger/phpquery-single

Usage

$html = <<<STR
<div id="one">
    <div class="two">
        <a href="http://querylist.cc">QueryList官网</a>
        <img src="http://querylist.cc/1.jpg" alt="这是图片">
        <img src="http://querylist.cc/2.jpg" alt="这是图片2">
    </div>
    <span>其它的<b>一些</b>文本</span>
</div>        
STR;

$doc = phpQuery::newDocumentHTML($html);

$src = $doc->find('.two img:eq(0)')->attr('src');

echo $src;
// http://querylist.cc/1.jpg

The Versions

07/12 2017

dev-master

9999999-dev http://code.google.com/p/phpquery/

phpQuery单文件版本,是Querylist的依赖(http://querylist.cc/),phpQuery项目主页:http://code.google.com/p/phpquery/

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Jaeger

07/12 2017

0.9.9

0.9.9.0 http://code.google.com/p/phpquery/

phpQuery单文件版本,是Querylist的依赖(http://querylist.cc/),phpQuery项目主页:http://code.google.com/p/phpquery/

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Jaeger

22/09 2017

0.9.8

0.9.8.0 http://code.google.com/p/phpquery/

phpQuery单文件版本,是Querylist的依赖(http://querylist.cc/),phpQuery项目主页:http://code.google.com/p/phpquery/

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Jaeger

02/01 2016

0.9.7

0.9.7.0 http://code.google.com/p/phpquery/

phpQuery单文件版本,是Querylist的依赖(http://querylist.cc/),phpQuery项目主页:http://code.google.com/p/phpquery/

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Jaeger

31/12 2015

0.9.6

0.9.6.0 http://code.google.com/p/phpquery/

phpQuery单文件版本,是Querylist的依赖(http://querylist.cc/),phpQuery项目主页:http://code.google.com/p/phpquery/

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Jaeger

22/12 2015

0.9.5

0.9.5.0 http://code.google.com/p/phpquery/

phpQuery单文件版本,是Querylist的依赖(http://querylist.cc/),phpQuery项目主页:http://code.google.com/p/phpquery/

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Jaeger