PHPackages                             endeavour/php-ds-extensions - 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. endeavour/php-ds-extensions

ActiveLibrary

endeavour/php-ds-extensions
===========================

0.0.6(2y ago)03.7k↓26.9%MITPHPPHP ^8.0

Since Jun 16Pushed 2y ago2 watchersCompare

[ Source](https://github.com/EndeavourPlatforms/phpds-extensions)[ Packagist](https://packagist.org/packages/endeavour/php-ds-extensions)[ RSS](/packages/endeavour-php-ds-extensions/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

phpds-extensions
================

[](#phpds-extensions)

This is a small extension library which will allow you to create strong typed php datastructures as well as typing it's contents.

### Usage

[](#usage)

```
use \Ds\Set;

class MySet {

    use \Endeavour\DsExtensions\SetTrait;

    public function __construct(MyObjectType ... $object) {
        $this->set = new Set($object);
    }
}

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity42

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.

###  Release Activity

Cadence

Every ~1 days

Total

4

Last Release

1062d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/32a4fe6bcece4eeb8bc5414701abaf02a0761607244f5d64f22a73d7040a34ac?d=identicon)[Endeavour](/maintainers/Endeavour)

---

Top Contributors

[![EndeavourPlatforms](https://avatars.githubusercontent.com/u/103530946?v=4)](https://github.com/EndeavourPlatforms "EndeavourPlatforms (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/endeavour-php-ds-extensions/health.svg)

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

PHPackages © 2026

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