PHPackages                             coderden/utilities - 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. coderden/utilities

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

coderden/utilities
==================

A comprehensive PHP utilities package with helper functions for numbers, strings, arrays, files, dates, and validation

1.0(3mo ago)00MITPHPPHP ^8.0

Since Jan 27Pushed 3mo agoCompare

[ Source](https://github.com/dnsinyukov/utilities)[ Packagist](https://packagist.org/packages/coderden/utilities)[ RSS](/packages/coderden-utilities/feed)WikiDiscussions main Synced 1mo ago

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

PHP Utilities
=============

[](#php-utilities)

[![PHP Version](https://camo.githubusercontent.com/f32695bd6f65b12545162e869707d33dac6bcb5f6e5dc0d48b6d1f8162b6c247/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344382e302d626c75652e737667)](https://packagist.org/packages/coderden/utilities)[![License](https://camo.githubusercontent.com/8bb50fd2278f18fc326bf71f6e88ca8f884f72f179d3e555e20ed30157190d0d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d677265656e2e737667)](LICENSE)

A comprehensive PHP utilities package with helper functions for numbers, strings, arrays, files, dates, and validation. Framework-agnostic and production-ready.

Features
--------

[](#features)

### Numbers Module

[](#numbers-module)

- Parse human-readable numbers (1.1K, 4K, 554) to integers
- Format numbers to short notation (1100 → 1.1K)

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

[](#installation)

```
composer require coderden/utilities
```

Quick Start
-----------

[](#quick-start)

```
// Parse numbers
echo NumberHelper::toInt('1.1K');         // 1100
echo NumberHelper::toShort(1100);         // 1.1K
```

License
-------

[](#license)

This package is open-source software licensed under the MIT license.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance79

Regular maintenance activity

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

111d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e14da0a1f0508b2b96521160e8192aec96107acf4b65046602ae06ce620ad175?d=identicon)[dnsinyukov](/maintainers/dnsinyukov)

---

Top Contributors

[![dnsinyukov](https://avatars.githubusercontent.com/u/19547875?v=4)](https://github.com/dnsinyukov "dnsinyukov (1 commits)")

---

Tags

validationhelpersdatetimefilesstringsutilitiesnumbersarrays

### Embed Badge

![Health badge](/badges/coderden-utilities/health.svg)

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

###  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.1k394.3M1.5k](/packages/nette-utils)[ilya/belt

A handful of tools for PHP developers.

71020.8k1](/packages/ilya-belt)[andreas-glaser/php-helpers

A comprehensive collection of PHP utility functions for array manipulation, string operations, date handling, HTML generation, form building, validation, and more. Modern PHP 8.2+ library with full type safety.

1386.5k2](/packages/andreas-glaser-php-helpers)[delight-im/random

The most convenient way to securely generate anything random in PHP

2345.4k](/packages/delight-im-random)[colinodell/indentation

Library to detect and manipulate indentation in strings and files

3911.5k5](/packages/colinodell-indentation)[phannaly/php-datetime-khmer

The PHP library for convert datetime to Khmer

1510.3k](/packages/phannaly-php-datetime-khmer)

PHPackages © 2026

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