PHPackages                             lllist/lllist-php - 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. lllist/lllist-php

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

lllist/lllist-php
=================

Humanized list and shit, cuz' we are human afterall

1.0.3(6y ago)14.7kThe UnlicensePHPPHP &gt;=7.1

Since Aug 26Pushed 6y ago1 watchersCompare

[ Source](https://github.com/lllist/lllist-php)[ Packagist](https://packagist.org/packages/lllist/lllist-php)[ RSS](/packages/lllist-lllist-php/feed)WikiDiscussions master Synced today

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

Lllist [![Build Status](https://camo.githubusercontent.com/a61f10f06d49b34716c28b2252c5e4e23ab9f5cc33d535369d68641facb4a5c1/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6c6c6c6973742f6c6c6c6973742d7068702e737667)](https://travis-ci.org/lllist/lllist-php) [![Latest Stable Version](https://camo.githubusercontent.com/67e4056145be406a7a18254478bb473d779567c9e975986a0d5939b2a59e7d78/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c6c6c6973742f6c6c6c6973742d7068702e737667)](https://packagist.org/packages/lllist/lllist-php) [![Total Downloads](https://camo.githubusercontent.com/f6768db5ee254e420ed05cc39f4737739f6ed2032201c1f14fcb3dc1702eb0bd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c6c6c6973742f6c6c6c6973742d7068702e737667)](https://packagist.org/packages/lllist/lllist-php) [![Latest Unstable Version](https://camo.githubusercontent.com/20299e7d6c721f0e1c22f74d01d1c43eb1c723a0d422e6a9d490952e1dbb03f0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f767072652f6c6c6c6973742f6c6c6c6973742d7068702e737667)](https://packagist.org/packages/lllist/lllist-php) [![License](https://camo.githubusercontent.com/f921919617f7ffbaf384d9567712072059763e533c681b822ce8dcf0e5de6750/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6c6c6c6973742f6c6c6c6973742d7068702e737667)](https://github.com/lllist/lllist-php/blob/master/LICENSE)
=============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#lllist-----)

Hate build conditional *lists, phrases, texts*? Me too. This library is made to avoid code boilerplate when building lists, and also avoid things like: `Josecleiton likes: apple, bananas, grapes`or `Josecleiton likes: apple, grapes and also do null`, you could simply:

```
lllist(', ', ' and ')
    ->items(['apple', 'bananas', 'grapes'])
```

Which will output `apple, bananas and grapes`

or

```
lllist(', ', ' and ')
    ->items(['apple', 'bananas', 'grapes'])
    ->sep(' and also ')
    ->append(null)
```

Which will output `apple, bananas and grapes` too, because lllist ignores empty values and also trim separators.

If you give lllist an empty list it will return `null`, because it's the right thing to do™.

Example:

```
lllist(', ', ' and ')
    ->items([])
    ->sep(' and also ')
    ->append(null)
```

Will output `null` 👍.

Documentation will be released.

Made with `undefined` by [Wesley Schleumer](https://github.com/schleumer)

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

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 ~276 days

Total

4

Last Release

2404d ago

### Community

Maintainers

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

---

Top Contributors

[![schleumer](https://avatars.githubusercontent.com/u/2557681?v=4)](https://github.com/schleumer "schleumer (17 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/lllist-lllist-php/health.svg)

```
[![Health](https://phpackages.com/badges/lllist-lllist-php/health.svg)](https://phpackages.com/packages/lllist-lllist-php)
```

###  Alternatives

[tizis/lara-comments

Comments system for your Laravel application. Features: can be used to comment on any model, HTML filter customization (HTMLPurifier), API, comment rating, replies, events, auth rules ...

1194.7k](/packages/tizis-lara-comments)[yurunsoft/yurun-lock

501.8k](/packages/yurunsoft-yurun-lock)

PHPackages © 2026

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