xjtdy888 / php-readability

Back the fun of reading - PHP Port of Arc90′s Readability

Home Page:http://graceco.de/readability/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP Readability Library

Back the fun of reading

The PHP port of Readability.js by Arc90.

Requirements

Live demo

http://graceco.de/readability/

Usage

require 'lib/Readability.inc.php';

$Readability     = new Readability($html, $html_input_charset); // default charset is utf-8
$ReadabilityData = $Readability->getContent(); // throws an exception when no suitable content is found

// You can see more params by var_dump($ReadabilityData);
echo "<h1>".$ReadabilityData['title']."</h1>";
echo $ReadabilityData['content'];

PS: For Node.js port, You can check this.

About

Back the fun of reading - PHP Port of Arc90′s Readability

http://graceco.de/readability/

License:MIT License


Languages

Language:PHP 69.3%Language:CSS 30.7%