PHPackages                             atk14/dictionary - 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. atk14/dictionary

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

atk14/dictionary
================

Dictionary implementation

v1.0.1(2mo ago)01.4k—0%5MITPHPPHP &gt;=5.6CI passing

Since Jan 8Pushed 2mo ago2 watchersCompare

[ Source](https://github.com/atk14/Dictionary)[ Packagist](https://packagist.org/packages/atk14/dictionary)[ Docs](https://github.com/atk14/Dictionary)[ RSS](/packages/atk14-dictionary/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (2)Versions (3)Used By (5)

Dictionary
==========

[](#dictionary)

[![Tests](https://github.com/atk14/Dictionary/actions/workflows/tests.yml/badge.svg)](https://github.com/atk14/Dictionary/actions/workflows/tests.yml)

Dictionary implementation used in the ATK14 Framework

Basic usage
-----------

[](#basic-usage)

```
$dictionary = new Dictionary([
  "key1" => "val1",
  "key2" => "val2",
  "key3" => null,
]);

$dictionary->getValue("key1"); // "val1"
$dictionary->getValue("key3"); // null
$dictionary->getValue("key4"); // null

$dictionary["key1"]; // "val1"
$dictionary["key3"]; // null
$dictionary["key4"]; // null

$dict->defined("key1")); // true
$dict->defined("key3")); // false
$dict->defined("key4")); // false

$dict->keyPresents("key3")); // true
$dict->keyPresents("key4")); // false

```

Installation
------------

[](#installation)

Use the Composer to install Dictionary

```
cd path/to/your/project/
composer require atk14/dictionary

```

Licence
-------

[](#licence)

Dictionary is free software distributed [under the terms of the MIT license](http://www.opensource.org/licenses/mit-license)

###  Health Score

47

—

FairBetter than 93% of packages

Maintenance87

Actively maintained with recent releases

Popularity18

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity57

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

Total

2

Last Release

65d ago

PHP version history (2 changes)v1.0PHP &gt;=5.3.0

v1.0.1PHP &gt;=5.6

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/974278?v=4)[Jaromir Tomek](/maintainers/yarri)[@yarri](https://github.com/yarri)

---

Top Contributors

[![yarri](https://avatars.githubusercontent.com/u/974278?v=4)](https://github.com/yarri "yarri (10 commits)")

---

Tags

arraydictionaryatk14

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/atk14-dictionary/health.svg)

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

###  Alternatives

[doctrine/collections

PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.

6.0k423.8M1.4k](/packages/doctrine-collections)[symfony/property-access

Provides functions to read and write from/to an object or array using a simple string notation

2.8k309.5M3.0k](/packages/symfony-property-access)[nette/utils

🛠 Nette Utils: lightweight utilities for string &amp; array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.

2.1k417.9M1.7k](/packages/nette-utils)[league/config

Define configuration arrays with strict schemas and access values with dot notation

565323.7M35](/packages/league-config)[cuyz/valinor

Dependency free PHP library that helps to map any input into a strongly-typed structure.

1.5k11.7M153](/packages/cuyz-valinor)[openlss/lib-array2xml

Array2XML conversion library credit to lalit.org

31053.4M49](/packages/openlss-lib-array2xml)

PHPackages © 2026

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