PHPackages                             fastframe/utility - 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. fastframe/utility

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

fastframe/utility
=================

FastFrame Utility classes

0.0.1(1y ago)0181MITPHPPHP &gt;=8.0CI passing

Since Apr 22Pushed 1y ago1 watchersCompare

[ Source](https://github.com/fastframe/utility)[ Packagist](https://packagist.org/packages/fastframe/utility)[ RSS](/packages/fastframe-utility/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

FastFrame Utilities
===================

[](#fastframe-utilities)

Utilities used by other FastFrame components

[![Latest Version on Packagist](https://camo.githubusercontent.com/cc18fc84a6dbc98009d41f336adf6d8c2742766f5744e2a4ad5065ee5dcd82bc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f666173746672616d652f7574696c6974792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/fastframe/utility)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://github.com/fastframe/utility/actions/workflows/tests.yml/badge.svg)](https://github.com/fastframe/utility/actions/workflows/tests.yml)[![Code Climate](https://camo.githubusercontent.com/7bd92176f5f0e9067c680cbdb643f35c1134fe6e3743949acd261e04f611148f/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f666173746672616d652f7574696c6974792f6261646765732f6770612e737667)](https://codeclimate.com/github/fastframe/utility)[![Test Coverage](https://camo.githubusercontent.com/e264aca2e915e26c20f21d6708e6aafbffab58c0617dbaa90d2dde8fad5e60e8/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f666173746672616d652f7574696c6974792f6261646765732f636f7665726167652e737667)](https://codeclimate.com/github/fastframe/utility/coverage)

Install
-------

[](#install)

Via Composer

```
$ composer require fastframe/utility
```

Usage
-----

[](#usage)

The following classes are provided by this library:

- [FastFrame\\Utility\\ArrayHelper](./docs/array/basic.md) Contains basic array handling utilities
- [FastFrame\\Utility\\HistorySet](./docs/collection/history_set.md) Contains a Set implementation that tracks additions and removals
- [FastFrame\\Utility\\NestedArrayHelper](./docs/array/nested.md) Contains nested array handling utilities
- [FastFrame\\Utility\\PriorityList](./docs/priority_list.md) Implementation of a priority queue that doesn't remove the items on iteration
- [FastFrame\\Utility\\Set](./docs/collection/set.md) Contains a Set implementation
- [FastFrame\\Utility\\StringHelper](./docs/strings.md) Contains string handling utilities

For general usage instructions, please read the documentation [here](./docs/index.md).

Quality
-------

[](#quality)

This package attempts to comply with [PSR-1](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-1-basic-coding-standard.md) and [PSR-4](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-4-autoloader.md). If you notice compliance oversights, please send a patch via pull request.

Support
-------

[](#support)

If you believe you have found a bug, please report it using the [Github issue tracker](https://github.com/fastframe/utility/issues), or better yet, fork the library and submit a pull request.

Testing
-------

[](#testing)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Credits
-------

[](#credits)

- [David Lundgren](https://github.com/dlundgren)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance44

Moderate activity, may be stable

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity32

Early-stage or recently created project

 Bus Factor1

Top contributor holds 95% 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

Unknown

Total

1

Last Release

435d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5eb9bc1606754fee81247bf5d4a6a4d7fb7cce1b3769de69a345c5c8e120211e?d=identicon)[dlundgren](/maintainers/dlundgren)

---

Top Contributors

[![dlundgren](https://avatars.githubusercontent.com/u/1322393?v=4)](https://github.com/dlundgren "dlundgren (19 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (1 commits)")

---

Tags

utilityarray helperstring-helperFastFramePriority List

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/fastframe-utility/health.svg)

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

###  Alternatives

[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.1k430.4M1.7k](/packages/nette-utils)[danielstjules/stringy

A string manipulation library with multibyte support

2.4k26.3M192](/packages/danielstjules-stringy)[voku/arrayy

Array manipulation library for PHP, called Arrayy!

4915.7M18](/packages/voku-arrayy)[mage2tv/magento-cache-clean

This package has been migrated to mage-os/magento-cache-clean. Please switch over at your convenience.

5442.1M3](/packages/mage2tv-magento-cache-clean)[vaimo/composer-patches

Applies a patch from a local or remote file to any package that is part of a given composer project. Patches can be defined both on project and on package level. Optional support for patch versioning, sequencing, custom patch applier configuration and patch command for testing/troubleshooting added patches.

3014.6M25](/packages/vaimo-composer-patches)[lodash-php/lodash-php

A port of Lodash to PHP

524741.7k5](/packages/lodash-php-lodash-php)

PHPackages © 2026

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