2017 © Pedro Peláez
 

library taiwan-news-parser

台灣各新聞網站新聞解析器

image

wsmwason/taiwan-news-parser

台灣各新聞網站新聞解析器

  • Saturday, June 4, 2016
  • by wsmwason
  • Repository
  • 1 Watchers
  • 1 Stars
  • 17 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

TaiwanNewsParser

Build Status Latest Stable Version Total Downloads License, (*1)

台灣各新聞網站新聞解析器 PHP 版本, (*2)

關於此程式

主要方便程式解析特定新聞網址的結構化資訊。提供下列欄位的解析:, (*3)

  • 標題
  • 來源網址
  • 記者
  • 內文
  • 發布時間
  • 縮圖
  • 標籤
  • 新聞出產者

Requirements

  • PHP>=5.4

安裝

composer require wsmwason/taiwan-news-parser

使用方式

use wsmwason\TaiwanNewsParser\TaiwanNewsParser;
use wsmwason\TaiwanNewsParser\NewsEntry;

$url = 'http://www.appledaily.com.tw/realtimenews/article/animal/20160518/864733/';
$parser = new TaiwanNewsParser();
$newsEntry = $parser->parseUrl($url);

可以取得 wsmwason\TaiwanNewsParser\NewsEntry, (*4)

// 取得來源網址
$newsEntry->getUrl();

// 取得新聞出產者
$newsEntry->getCompanyName();

// 取得新聞標題
$newsEntry->getTitle();

// 取得新聞內文
$newsEntry->getContent();

// 取得記者名稱
$newsEntry->getReporterName();

// 取得新聞發布時間
$newsEntry->getPublishTime();

// 取得新聞標籤
$newsEntry->getTags();

// 取得新聞縮圖
$newsEntry->getThumbnailImage();

支援的新聞網站列表

  • 蘋果日報
  • TVBS
  • ETtoday東森新聞雲
  • 中央社
  • 民視新聞

貢獻

歡迎提交 pull request 修正 issue 或新增其他支援的新聞網站。, (*5)

執行測試

每個新聞網站的 Parser 都提供三個不同的新聞作為基礎測試。, (*6)

vendor/bin/phpunit

License

The MIT License (MIT), (*7)

The Versions

04/06 2016

dev-master

9999999-dev

台灣各新聞網站新聞解析器

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar wsmwason

04/06 2016

v1.0.3

1.0.3.0

台灣各新聞網站新聞解析器

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar wsmwason

23/05 2016

v1.0.2

1.0.2.0

台灣各新聞網站新聞解析器

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar wsmwason

21/05 2016

v1.0.1

1.0.1.0

台灣各新聞網站新聞解析器

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar wsmwason

20/05 2016

v1.0

1.0.0.0

台灣各新聞網站新聞解析器

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar wsmwason