sukohi/shellless 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

sukohi/shellless

Composer 安装命令:

composer require sukohi/shellless

包简介

A PHP package to extract readable text from HTML.

README 文档

README

A PHP package to extract readable text from HTML.

Installation

Execute the next command.

composer require sukohi/shellless:1.*

Usage

use Sukohi\Shellless\Shellless;

$html = file_get_contents('http://example.com/');
$shellless = new Shellless();
$result = $shellless->extract($html);

echo $result->title;        // Page title

echo $result->best_text;    // The longest text

echo $result->full_text;    // Joined text if more than 100 characters length.

print_r($result->all_texts, true);

Options

$shellless->setOptions([
    'join_step' => 5,
    'min_text_length' => 100
]);

Algorithm

  1. Join close texts if less than 5 HTML tags between them.
  2. Pick up texts if more than 100 characters length.

License

This package is licensed under the MIT License.
Copyright 2017 Sukohi Kuhoh

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-03-13

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固