PHPackages                             stepanets/kww-domstorlib-c - 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. stepanets/kww-domstorlib-c

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

stepanets/kww-domstorlib-c
==========================

1.5.5(8y ago)120011PHPPHP &gt;=5.1.0 || &gt;=7.0

Since Dec 8Pushed 8y ago1 watchersCompare

[ Source](https://github.com/domstor-project/kww-domstorlib-c)[ Packagist](https://packagist.org/packages/stepanets/kww-domstorlib-c)[ RSS](/packages/stepanets-kww-domstorlib-c/feed)WikiDiscussions master Synced today

READMEChangelog (2)DependenciesVersions (15)Used By (1)

kww-domstorlib-c
================

[](#kww-domstorlib-c)

Using
-----

[](#using)

First creates domstor builder:

```
$builder = new Domstor_Builder();
```

Then build `$domstor` object, you must define two parameters `org_id` and `location_id`:

```
$domstor = $builder->build(array(
    'org_id' => 1,          // Organisation id
    'location_id' => 2004,  // Location id
));
```

Get `$list` object. You must specify `$page` number by getting it through request or some other way

```
$list = $domstor->getList($object, $action, $page);
```

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 62.5% 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 ~53 days

Recently: every ~23 days

Total

14

Last Release

3164d ago

PHP version history (3 changes)1.4.3PHP &gt;=5.1.0

1.5.0PHP &gt;=5.1.0 | &gt;=7.0

1.5.1PHP &gt;=5.1.0 || &gt;=7.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2420662?v=4)[Pavel Stepanets](/maintainers/stepanets)[@stepanets](https://github.com/stepanets)

---

Top Contributors

[![stepanets](https://avatars.githubusercontent.com/u/2420662?v=4)](https://github.com/stepanets "stepanets (15 commits)")[![anikeevda](https://avatars.githubusercontent.com/u/8522321?v=4)](https://github.com/anikeevda "anikeevda (9 commits)")

### Embed Badge

![Health badge](/badges/stepanets-kww-domstorlib-c/health.svg)

```
[![Health](https://phpackages.com/badges/stepanets-kww-domstorlib-c/health.svg)](https://phpackages.com/packages/stepanets-kww-domstorlib-c)
```

###  Alternatives

[jenner/array_group_by

like mysql group by

428.0k](/packages/jenner-array-group-by)

PHPackages © 2026

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