PHPackages                             brnbio/laravel-html - 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. brnbio/laravel-html

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

brnbio/laravel-html
===================

Html helper for Laravel framework

1.1.1(5y ago)0245MITPHPCI failing

Since Mar 22Pushed 5y ago1 watchersCompare

[ Source](https://github.com/brnbio/laravel-html)[ Packagist](https://packagist.org/packages/brnbio/laravel-html)[ RSS](/packages/brnbio-laravel-html/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (2)Versions (7)Used By (0)

laravel-html
============

[](#laravel-html)

Html Helper for Laravel

Elements
--------

[](#elements)

### image

[](#image)

```
{{ html()->image('img/logo.png') }}
//

{{ html()->image('img/logo.png', ['height' => 50]) }}
//

{{ html()->image('img/logo.png', ['inline' => true]) }}
//
```

### link

[](#link)

```
{{ html()->link(route('home')) }}
// http://example.localhost

{{ html()->link(route('home'), 'Home') }}
// Home

{{ html()->link(route('home'), 'Home', ['target' => '_blank']) }}
// Home
```

### postlink

[](#postlink)

```
{{ html()->postlink(route('delete'), 'Delete item') }}
// Home
//

{{ html()->link(route('delete'), 'Delete item', ['confirm' => 'Sure?']) }}
// Home
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~239 days

Total

4

Last Release

1932d ago

### Community

Maintainers

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

---

Top Contributors

[![fheider](https://avatars.githubusercontent.com/u/3755151?v=4)](https://github.com/fheider "fheider (6 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/brnbio-laravel-html/health.svg)

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

PHPackages © 2026

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