PHPackages                             irelic/readability-laravel - 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. irelic/readability-laravel

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

irelic/readability-laravel
==========================

A Laravel package to extract readable text from HTML.

2.1.0(8y ago)123MITPHP

Since Mar 22Pushed 8y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (2)Versions (3)Used By (0)

LaravelReadability
==================

[](#laravelreadability)

A Laravel package to extract readable text from HTML.
This package is actually a wrapper class of [feelinglucky/php-readability](https://github.com/feelinglucky/php-readability).

Installation
============

[](#installation)

Execute composer command.

```
composer require irelic/readability-laravel

```

Set the service provider in app.php

```
'providers' => [
    Sukohi\LaravelReadability\LaravelReadabilityServiceProvider::class
]

```

and alias.

```
'aliases' => [
		'LaravelReadability' => Sukohi\LaravelReadability\Facades\LaravelReadability::class
]

```

Basic Usage
===========

[](#basic-usage)

```
$readability = \LaravelReadability::make($html);

try {

    $data = $readability->getContent();
    dd($data)

} catch (\Exception $e) {

    // Content not found

}

```

with Encoding
=============

[](#with-encoding)

```
$readability = \LaravelReadability::make($html, 'Shift_JIS');

```

License
=======

[](#license)

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

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 80% 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.

###  Release Activity

Cadence

Every ~622 days

Total

2

Last Release

3077d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/be812f6dd4edb5229be600d9b0fb7fea58ea028f3e5e757330de17d6069a79b0?d=identicon)[irelic](/maintainers/irelic)

---

Top Contributors

[![irelic](https://avatars.githubusercontent.com/u/6594384?v=4)](https://github.com/irelic "irelic (4 commits)")[![SUKOHI](https://avatars.githubusercontent.com/u/5362394?v=4)](https://github.com/SUKOHI "SUKOHI (1 commits)")

### Embed Badge

![Health badge](/badges/irelic-readability-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/irelic-readability-laravel/health.svg)](https://phpackages.com/packages/irelic-readability-laravel)
```

###  Alternatives

[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

22.8k69.3k](/packages/grumpydictator-firefly-iii)[gehrisandro/tailwind-merge-laravel

TailwindMerge for Laravel merges multiple Tailwind CSS classes by automatically resolving conflicts between them

341682.2k18](/packages/gehrisandro-tailwind-merge-laravel)[backpack/basset

Dead-simple way to load CSS or JS assets only once per page, when using Laravel 10+.

202832.4k6](/packages/backpack-basset)[firefly-iii/data-importer

Firefly III Data Import Tool.

7545.8k](/packages/firefly-iii-data-importer)[blair2004/nexopos

The Free Modern Point Of Sale System build with Laravel, TailwindCSS and Vue.js.

1.2k2.3k](/packages/blair2004-nexopos)[nickurt/laravel-akismet

Akismet for Laravel 11.x/12.x/13.x

97139.6k2](/packages/nickurt-laravel-akismet)

PHPackages © 2026

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