PHPackages                             dicomresearch/priority-array - 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. dicomresearch/priority-array

ActiveLibrary

dicomresearch/priority-array
============================

description\_text

v0.1.1(10y ago)020MITPHP

Since Jul 28Pushed 10y ago1 watchersCompare

[ Source](https://github.com/dicomresearch/priority-array)[ Packagist](https://packagist.org/packages/dicomresearch/priority-array)[ RSS](/packages/dicomresearch-priority-array/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

Priority array
==============

[](#priority-array)

Позволяет хранить элементы с приоритетом, как SPLPriorityQueue, и так же, как и Queue возвращать элементы в зависимости от приоритета. Но, в отличии, от SPLPriorityQueue, не удаляет элементы при обращении к ним.

Как использовать
----------------

[](#как-использовать)

Установка:

```
php composer.phar require dicomresearch/priority-array
```

Использование:

```
$array = new PriorityArray();
$array->append($value, $priority);

foreach ($array as $element) {
    echo $element;
}
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

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

Total

2

Last Release

3947d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/57c4e49b3c9104e5370d979c00a0a2b55dd25043692b213fca213ceefc4fb2a4?d=identicon)[Bukharovsi](/maintainers/Bukharovsi)

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/dicomresearch-priority-array/health.svg)

```
[![Health](https://phpackages.com/badges/dicomresearch-priority-array/health.svg)](https://phpackages.com/packages/dicomresearch-priority-array)
```

PHPackages © 2026

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