PHPackages                             foxworn3365/listdictionaries - 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. foxworn3365/listdictionaries

ActiveLibrary

foxworn3365/listdictionaries
============================

Use arrays and object in PHP as List&lt;T&gt; and Dictionary&lt;T, T&gt; in C#

015PHP

Since Jan 15Pushed 2y ago1 watchersCompare

[ Source](https://github.com/FoxWorn3365/ListDictionariesPHP)[ Packagist](https://packagist.org/packages/foxworn3365/listdictionaries)[ RSS](/packages/foxworn3365-listdictionaries/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

ListDictionariesPHP
===================

[](#listdictionariesphp)

`List` and `Dictionary` in PHP

Install
-------

[](#install)

You can install it on composer

```
composer require foxworn3365/listdictionaries
```

Examples
--------

[](#examples)

### List

[](#list)

```
$list = PHPList::new("string|int", [
    "hello",
    "goodbye",
    "your name is owo"
]);

$list->where(fn($el) => strpos($el, "e"))->foreach(function ($el) {
    echo $el . PHP_EOL;
});
```

Result:

```
hello
your name is owo

```

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity19

Early-stage or recently created project

 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://www.gravatar.com/avatar/44c9b3207b141026e35c2a63a5773f563ca278bd5ede43a2cbdbce6e5c183718?d=identicon)[FoxWorn3365](/maintainers/FoxWorn3365)

---

Top Contributors

[![FoxWorn3365](https://avatars.githubusercontent.com/u/61429263?v=4)](https://github.com/FoxWorn3365 "FoxWorn3365 (15 commits)")

### Embed Badge

![Health badge](/badges/foxworn3365-listdictionaries/health.svg)

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

PHPackages © 2026

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