PHPackages                             zehntech/readability - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. zehntech/readability

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

zehntech/readability
====================

A laravel port of Readability.js

0458PHP

Since Sep 1Pushed 2y ago1 watchersCompare

[ Source](https://github.com/ZT00OK53/readability)[ Packagist](https://packagist.org/packages/zehntech/readability)[ RSS](/packages/zehntech-readability/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Zehntech Readability
====================

[](#zehntech-readability)

Requirements
------------

[](#requirements)

PHP 8+, ext-dom, ext-xml, and ext-mbstring. To install these dependencies (in the rare case your system does not have them already), you could try something like this in \*nix like environments:

How to use it
-------------

[](#how-to-use-it)

First you have to require the library using composer:

`composer require zehntech/readability`

Then, create a Readability class and pass a Configuration class, feed the `parse()` function with your HTML and echo the variable:

```
