承接 stamina/phpquery-tools 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

stamina/phpquery-tools

Composer 安装命令:

composer require stamina/phpquery-tools

包简介

phpQuery tools for extracting links and sanitizing HTML documents using phpQuery

README 文档

README

Is a small set of helper tools to manipulate HTML documents.

It is using phpQuery library, which in turn is a PHP port of jQuery.

Currently there are two of them:

Usage

Check the tool's docs for general info, and the source code annotations for the API.

Installing

The best way is to use composer. Add the stamina/phpquery-tools package to your composer.json:

You will also need a phpQuery library. You can use mine, but it's not hosted on packagist:

{
    "require": {
        "stamina/phpquery": "1.*",
        "stamina/phpquery-tools": "1.*"
    },
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/panrafal/phpquery.git"
        }
    ]
}

Testing

phpunit --bootstrap Tests/bootstrap.php Tests

githalytics.com alpha

统计信息

  • 总下载量: 33
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 11
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 9
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2012-12-14