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. [Utility &amp; Helpers](/categories/utility)
4. /
5. endeavour/php-ds-extensions

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

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

2.0.0(1mo ago)04.4k↓50%MITPHPPHP ^8.0

Since Jun 16Pushed 1mo 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 3d ago

READMEChangelog (5)Dependencies (3)Versions (9)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

48

—

FairBetter than 93% of packages

Maintenance92

Actively maintained with recent releases

Popularity22

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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 ~214 days

Recently: every ~268 days

Total

6

Last Release

40d ago

Major Versions

0.0.6 → 2.0.x-dev2026-04-23

### 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 (4 commits)")[![danny-endeavour](https://avatars.githubusercontent.com/u/97095268?v=4)](https://github.com/danny-endeavour "danny-endeavour (2 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)
```

###  Alternatives

[malios/php-to-ascii-table

A PHP library to generate plain text tables.

29145.0k6](/packages/malios-php-to-ascii-table)[samsara/fermat

A library providing math and statistics operations for numbers of arbitrary size.

653.1k3](/packages/samsara-fermat)[shrink0r/workflux

Finite state machine for php.

375.6k1](/packages/shrink0r-workflux)

PHPackages © 2026

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