PHPackages                             briward/itemlist - 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. briward/itemlist

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

briward/itemlist
================

Provides a way to build strongly typed lists of values. Provides methods to search, sort, and manipulate lists. Heavily inspired by the .NET List&lt;T&gt; class.

06PHP

Since Jun 26Pushed 8y agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

ItemList
========

[](#itemlist)

[![Build Status](https://camo.githubusercontent.com/7ebd2e3f47430d94b42b6b14cca033c18941d2690fc702e750e50bac7655308b/68747470733a2f2f7472617669732d63692e6f72672f627269776172642f6974656d6c6973742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/briward/itemlist)

Provides a way to build strongly typed lists of values. Provides methods to search, sort, and manipulate lists. Heavily inspired by the .NET List class.

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

[](#installation)

`composer require briward/itemlist`

Example usage
-------------

[](#example-usage)

```
use Briward\ItemList\ItemList;

class Foo {}

$list = new ItemList('Foo');
$list->add(new Foo());
print_r($list->items());

```

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/865261?v=4)[Bri Ward](/maintainers/briward)[@briward](https://github.com/briward)

---

Top Contributors

[![briward](https://avatars.githubusercontent.com/u/865261?v=4)](https://github.com/briward "briward (8 commits)")

---

Tags

c-sharpdot-netitemlistphp

### Embed Badge

![Health badge](/badges/briward-itemlist/health.svg)

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

PHPackages © 2026

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