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

ActiveLibrary

exolnet/laravel-html-list
=========================

Facilitate HTML element creation from Laravel collections

v3.2.0(3mo ago)015.3k—4.5%1MITPHPPHP ^8.2CI passing

Since Feb 23Pushed 3mo ago2 watchersCompare

[ Source](https://github.com/eXolnet/laravel-html-list)[ Packagist](https://packagist.org/packages/exolnet/laravel-html-list)[ Docs](https://github.com/eXolnet/laravel-html-list)[ RSS](/packages/exolnet-laravel-html-list/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (7)Versions (14)Used By (1)

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

[](#laravel-html-list)

[![Latest Stable Version](https://camo.githubusercontent.com/a487d312a65f7064d25184df665941855514b96c27a3e72182eb4c2abaeed1f3/68747470733a2f2f706f7365722e707567782e6f72672f65586f6c6e65742f6c61726176656c2d68746d6c2d6c6973742f762f737461626c653f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/eXolnet/laravel-html-list)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Build Status](https://camo.githubusercontent.com/c808b7964bcb261bb5eb636de075c0b7822e84219a64a50135db24b026bc92a2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f65586f6c6e65742f6c61726176656c2d68746d6c2d6c6973742f74657374732e796d6c3f6c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/eXolnet/laravel-html-list/actions?query=workflow%3Atests)[![Total Downloads](https://camo.githubusercontent.com/945b49eb5e585ddebfab9dcc54acb2126bc36f2916e2fc7ff129d466229b1428/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f65586f6c6e65742f6c61726176656c2d68746d6c2d6c6973742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/eXolnet/laravel-html-list)

Facilitate HTML element creation from Laravel collections

Installation
------------

[](#installation)

Require this package with composer:

```
composer require exolnet/laravel-html-list

```

If you don't use package auto-discovery, add the service provider to the `providers` array in `config/app.php`:

```
Exolnet\HtmlList\HtmlListServiceProvider::class

```

And the facade to the `facades` array in `config/app.php`:

```
'HtmlList' => Exolnet\HtmlList\HtmlListFacade::class

```

Usage
-----

[](#usage)

Explain how to use your package.

Testing
-------

[](#testing)

To run the phpUnit tests, please use:

```
composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CODE OF CONDUCT](CODE_OF_CONDUCT.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Alexandre D'Eschambeault](https://github.com/xel1045)
- [Simon Gaudreau](https://github.com/Gandhi11)
- [All Contributors](../../contributors)

License
-------

[](#license)

Copyright © [eXolnet](https://www.exolnet.com). All rights reserved.

This code is licensed under the [MIT license](http://choosealicense.com/licenses/mit/). Please see the [license file](LICENSE) for more information.

###  Health Score

52

—

FairBetter than 96% of packages

Maintenance81

Actively maintained with recent releases

Popularity26

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 59.3% 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 ~164 days

Recently: every ~270 days

Total

12

Last Release

101d ago

Major Versions

v1.5.0 → v2.0.02023-07-10

v2.0.0 → V3.0.02024-05-06

PHP version history (6 changes)v1.0.0PHP ^7.2

v1.0.1PHP &gt;=7.2

v1.1.0PHP ^7.3|^8.0

v1.4.0PHP ^8.0

V3.0.0PHP ^8.1

v3.1.0PHP ^8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4064055?v=4)[eXolnet](/maintainers/exolnet)[@eXolnet](https://github.com/eXolnet)

---

Top Contributors

[![xel1045](https://avatars.githubusercontent.com/u/1497697?v=4)](https://github.com/xel1045 "xel1045 (48 commits)")[![Gandhi11](https://avatars.githubusercontent.com/u/4001049?v=4)](https://github.com/Gandhi11 "Gandhi11 (25 commits)")[![ChristopheTremblay](https://avatars.githubusercontent.com/u/61481239?v=4)](https://github.com/ChristopheTremblay "ChristopheTremblay (7 commits)")[![clablancherie-exo](https://avatars.githubusercontent.com/u/214526504?v=4)](https://github.com/clablancherie-exo "clablancherie-exo (1 commits)")

---

Tags

laravellaravel-packagephplaravelexolnetlaravel-html-list

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

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

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

###  Alternatives

[sebastienheyd/boilerplate

Laravel Boilerplate based on AdminLTE 3 with blade components, user management, roles, permissions, logs viewer, ...

28618.2k3](/packages/sebastienheyd-boilerplate)[osiemsiedem/laravel-autolink

A Laravel package for converting URLs in a given string of text into clickable links.

13126.3k](/packages/osiemsiedem-laravel-autolink)[exolnet/laravel-sqlite-fluent-drop-foreign

Add a fluent dropForeign when using sqlite database

12123.1k](/packages/exolnet-laravel-sqlite-fluent-drop-foreign)

PHPackages © 2026

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