PHPackages                             drago-ex/utils - 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. drago-ex/utils

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

drago-ex/utils
==============

Extended ArrayHash with additional methods for converting data to arrays, including support for uppercase keys.

v2.0.2(1w ago)03.9k4MITPHPPHP &gt;=8.3 &lt;9CI passing

Since Jun 18Pushed 5d ago1 watchersCompare

[ Source](https://github.com/drago-ex/utils)[ Packagist](https://packagist.org/packages/drago-ex/utils)[ RSS](/packages/drago-ex-utils/feed)WikiDiscussions master Synced today

READMEChangelog (9)Dependencies (15)Versions (10)Used By (4)

Drago Utils
===========

[](#drago-utils)

This package includes several utility classes for working with arrays, case conversions, and handling database-related tasks.

[![License: MIT](https://camo.githubusercontent.com/fdf2982b9f5d7489dcf44570e714e3a15fce6253e0cc6b5aa61a075aac2ff71b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f772e737667)](https://github.com/drago-ex/utils/blob/master/license)[![PHP version](https://camo.githubusercontent.com/6e694987bcd7e032e74337b9bc404c9836ec2390a1dd284f5d73208810595789/68747470733a2f2f62616467652e667572792e696f2f70682f647261676f2d65782532467574696c732e737667)](https://badge.fury.io/ph/drago-ex%2Futils)[![Tests](https://github.com/drago-ex/utils/actions/workflows/tests.yml/badge.svg)](https://github.com/drago-ex/utils/actions/workflows/tests.yml)[![Coding Style](https://github.com/drago-ex/utils/actions/workflows/coding-style.yml/badge.svg)](https://github.com/drago-ex/utils/actions/workflows/coding-style.yml)

Requirements
------------

[](#requirements)

- PHP &gt;= 8.3
- Nette Framework
- Composer

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

[](#installation)

```
composer require drago-ex/utils

```

Methods
-------

[](#methods)

Converts the internal data of the `ExtraArrayHash` object into a simple PHP array.

```
$data->toArray();
```

Converts the internal data of the `ExtraArrayHash` object into a PHP array with all keys transformed to uppercase.

```
$data->toArrayUpper();
```

Converts a string from CamelCase to snake\_case. This method is useful for converting variable or method names commonly used in programming languages.

```
CaseConverter::snakeCase(...)
```

###  Health Score

56

—

FairBetter than 97% of packages

Maintenance99

Actively maintained with recent releases

Popularity21

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity77

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

Recently: every ~128 days

Total

9

Last Release

12d ago

Major Versions

v1.0.5 → v2.0.02026-05-22

PHP version history (5 changes)v1.0.0PHP &gt;=7.1

v1.0.1PHP &gt;=7.4

v1.0.2PHP &gt;=8.0

v1.0.3PHP &gt;=8.1

v1.0.4PHP &gt;=8.3 &lt;9

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5998929?v=4)[Zdeněk Papučík](/maintainers/accgit)[@accgit](https://github.com/accgit)

---

Top Contributors

[![accgit](https://avatars.githubusercontent.com/u/5998929?v=4)](https://github.com/accgit "accgit (62 commits)")

---

Tags

netteutils

### Embed Badge

![Health badge](/badges/drago-ex-utils/health.svg)

```
[![Health](https://phpackages.com/badges/drago-ex-utils/health.svg)](https://phpackages.com/packages/drago-ex-utils)
```

###  Alternatives

[nette/php-generator

🐘 Nette PHP Generator: generates neat PHP code for you. Supports new PHP 8.5 features.

2.3k72.7M761](/packages/nette-php-generator)[nette/component-model

⚛ Nette Component Model

28817.0M106](/packages/nette-component-model)[symplify/monorepo-builder

Not only Composer tools to build a Monorepo.

5275.9M121](/packages/symplify-monorepo-builder)[nette/code-checker

✅ Nette CodeChecker: A simple tool to check source code against a set of Nette coding standards.

911.7M6](/packages/nette-code-checker)[rector/rector-src

Instant Upgrade and Automated Refactoring of any PHP code

136406.3k14](/packages/rector-rector-src)[shipmonk/input-mapper

Performant array-to-object mapper supporting generics, array shapes, optional fields and much more!

3030.9k](/packages/shipmonk-input-mapper)

PHPackages © 2026

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