PHPackages                             kigkonsult/asit - 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. kigkonsult/asit

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

kigkonsult/asit
===============

Asit manages array collections, extends Iterator with (assoc) get-/set- and tag-methods

v2.4(2y ago)02.9k1LGPL-3.0-or-laterPHPPHP &gt;=8.0

Since May 27Pushed 2y ago1 watchersCompare

[ Source](https://github.com/iCalcreator/Asit)[ Packagist](https://packagist.org/packages/kigkonsult/asit)[ Fund](https://paypal.me/kigkonsult)[ Fund](https://www.buymeacoffee.com/kigkonsult)[ RSS](/packages/kigkonsult-asit/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (5)Versions (14)Used By (1)

Asit
----

[](#asit)

The Asit package manages class (array) collection of elements extending the Iterator interface.

- no, single or multi primary (assoc) keys
- (multi-)label collection elements using tags
- no or specified collection (list) element value type
- simple class usage: `class MyClass extend Asit {}`

###### Base classes summary

[](#base-classes-summary)

- Overview [summary here](docs/PackageSummary.md).
- [It](docs/ItSummary.md) - collection of elements
- [Asit/Asmit](docs/AsitSummary.md) - assoc collection of elements, opt multi key
- [Asittag/Asmittag](docs/AsittagSummary.md) - as above but with tags
- It/Asit/Asmit/Asitag/Asmitag[List](docs/ListSummary.md) - as above but with spec. collection element valueType

###### Sponsorship

[](#sponsorship)

Donations using *[buy me a coffee](https://www.buymeacoffee.com/kigkonsult)* or *[paypal me](https://paypal.me/kigkonsult)* are appreciated. For invoice, please e-mail.

###### INSTALL

[](#install)

```
composer require kigkonsult/asit:dev-master
```

Composer, in your `composer.json`:

```
{
    "require": {
        "kigkonsult/asit": "dev-master"
    }
}
```

Version &gt;=2.2.x supports PHP *8.0*, 2.0 *7.4*, 1.8.2 *7.0*.

Composer, acquire access

```
use Kigkonsult\Asit\Asit;
...
include 'vendor/autoload.php';
```

Otherwise , download and acquire

```
use Kigkonsult\Asit\Asit;
...
include 'pathToSource/kigkonsult/Asit/autoload.php';
```

###### Support

[](#support)

For support go to [github.com Asit](https://github.com/iCalcreator/Asit)

###### License

[](#license)

This project is licensed under the LGPLv3 License

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity64

Established project with proven stability

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

Recently: every ~23 days

Total

13

Last Release

744d ago

Major Versions

v1.8.2 → v2.02021-06-07

PHP version history (4 changes)v1.4.12PHP &gt;=5.6

v1.6PHP ^7.0

v2.0PHP &gt;=7.4

v2.2PHP &gt;=8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/880bc63234680337791ded78ebb9a07cbe59101a67e4bf0184ef4a6d5a32e6e2?d=identicon)[kigsf](/maintainers/kigsf)

---

Top Contributors

[![iCalcreator](https://avatars.githubusercontent.com/u/991251?v=4)](https://github.com/iCalcreator "iCalcreator (28 commits)")

---

Tags

arrayiteratorlistkeytagassocprimarycountableIteratorAggregateSeekableIterator

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/kigkonsult-asit/health.svg)

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

###  Alternatives

[athari/yalinqo

YaLinqo, a LINQ-to-objects library for PHP

4561.2M5](/packages/athari-yalinqo)[ihor/nspl

Non-standard PHP library (NSPL) - functional primitives toolbox and more

381368.5k](/packages/ihor-nspl)[ginq/ginq

LINQ to Object inspired DSL for PHP

192257.5k3](/packages/ginq-ginq)[minwork/array

Pack of advanced array functions specifically tailored for: associative (assoc) array, multidimensional array, array of objects and handling nested array elements

66256.1k5](/packages/minwork-array)[topshelfcraft/supersort

...a super-duper sorting function for your Craft templates.

4287.1k1](/packages/topshelfcraft-supersort)[graze/sort

A collection of array sorting transforms and functions

12289.6k2](/packages/graze-sort)

PHPackages © 2026

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