PHPackages                             gyh9711/ql-plugin-bulu - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. gyh9711/ql-plugin-bulu

ActiveLibrary[API Development](/categories/api)

gyh9711/ql-plugin-bulu
======================

QueryList采集 www.2bulu.com活动数据插件

06PHP

Since Apr 3Pushed 8y ago1 watchersCompare

[ Source](https://github.com/gyh9711/QLPlugin-Bulu)[ Packagist](https://packagist.org/packages/gyh9711/ql-plugin-bulu)[ RSS](/packages/gyh9711-ql-plugin-bulu/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

QueryList采集插件 Bulu说明
====================

[](#querylist采集插件-bulu说明)

> `这是一个QueryList扩展插件``功能：采集深圳2步路户外网站活动信息`

安装
==

[](#安装)

composer require gyh9711/ql-plugin-bulu

应用实例
====

[](#应用实例)

可调用方法
-----

[](#可调用方法)

1. Bulu::getPageCount() //获取活动全部分页数
2. Bulu::getPageInfo() //获取分页信息
3. Bulu::page(int) //获取指定页数据， 默认第一1页
4. Bulu::pages(num) //获取多少页数据，默认全部

实例
--

[](#实例)

```
use QL\QueryList;
use gyh9711\Bulu;

$ql = QueryList::getInstance();
$ql->use(Bulu::class,'bulucom');
$bulu = $ql->bulucom(); // 设置每页搜索15条结果

$count = $bulu->getPageInfo();
//print_r($count);
print_r($bulu->page());  //获取指定页数数据
//print_r($bulu->pages()); //获取所有活动数据
```

结果如下：

```
..........
  14 => array:13 [
    "img_url" => "https://down-files.2bulu.com/f/d1?downParams=AoAp0uzlhNdS8aXDcwFqZg%3D%3D%0A"
    "tag_name" => "AA"
    "author" => "雲龍"
    "title" => "大丹霞巴寨穿越——广东最美徒步线路（4.4号晚出发）"
    "event_time" => "18-04-04～18-04-06"
    "counts" => "2/35 人"
    "url" => "http://www.2bulu.com/event/d-76497.htm"
    "begin_date" => "18-04-04"
    "end_date" => "18-04-06"
    "created_at" => "18-04-04"
    "days" => "2"
    "url_md5" => "c4af488d5a960ed9b766765f25102031"
    "from" => "两步路-活动"
  ]
]
```

```
include "vendor/autoload.php";

include "vendor/QLPlugin-Bulu-master/src/Bulu.php";

use QL\QueryList;

use QL\Ext\Bulu;  //我的扩展

$ql = QueryList::getInstance();
$ql->use(Bulu::class,'bulu');
$bulu = $ql->bulu();
var_dump( $bulu->getPageInfo());
```

参考
==

[](#参考)

- [phpQuery](http://code.google.com/p/phpquery/)
- [QueryList](https://github.com/jae-jae/QueryList) ---[QueryList中文介绍](https://github.com/jae-jae/QueryList/blob/master/README-ZH.md)

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/712a37214c00f84ad714839f764abad8fa16c33f8e47e404c5cd870d591305db?d=identicon)[gyh9711](/maintainers/gyh9711)

---

Top Contributors

[![gyh9711](https://avatars.githubusercontent.com/u/6077123?v=4)](https://github.com/gyh9711 "gyh9711 (8 commits)")

### Embed Badge

![Health badge](/badges/gyh9711-ql-plugin-bulu/health.svg)

```
[![Health](https://phpackages.com/badges/gyh9711-ql-plugin-bulu/health.svg)](https://phpackages.com/packages/gyh9711-ql-plugin-bulu)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93452.6k6](/packages/botman-driver-telegram)[pixelant/pxa-social-feed

Add Facebook, Instagram, and Twitter feeds to your site.

2349.3k](/packages/pixelant-pxa-social-feed)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
