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

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

tunaqui/utils
=============

Utils PHP functions

v1.1.4(7y ago)01131MITPHPPHP ~5.6|~7.0

Since Jan 24Pushed 3y ago1 watchersCompare

[ Source](https://github.com/tunaqui-solutions/utils)[ Packagist](https://packagist.org/packages/tunaqui/utils)[ Docs](https://github.com/tunaqui-solutions/utils)[ RSS](/packages/tunaqui-utils/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (2)Versions (7)Used By (1)

Utils
=====

[](#utils)

[![Latest Version on Packagist](https://camo.githubusercontent.com/956fba4fb02eeb22728a0eda911db2791aab22c8310cbae15e43b26c9bc4a3ce/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f54756e617175692f5574696c732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/Tunaqui/Utils)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/7c6e32365e294e0a382b0bd4bfcae51662a6b239b67368f786a63cb13b6c676d/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f54756e617175692f5574696c732f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/Tunaqui/Utils)[![Coverage Status](https://camo.githubusercontent.com/21a37b73021b24c581c67213eb2740ccbb1ea0fa063418add10cfc0a013219d0/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f54756e617175692f5574696c732e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/Tunaqui/Utils/code-structure)[![Quality Score](https://camo.githubusercontent.com/d920c3e6c6d98f1dc94447d79cdb5c1e038b4c1444481b202c543aaea9b23e41/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f54756e617175692f5574696c732e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/Tunaqui/Utils)[![Total Downloads](https://camo.githubusercontent.com/dff4977a86752aff1a305f312c05f62524048e094f9783d6103682126be3bddc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f54756e617175692f5574696c732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/Tunaqui/Utils)

This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.

Structure
---------

[](#structure)

If any of the following are applicable to your project, then the directory structure should follow industry best practices by being named the following.

```
bin/
config/
src/
tests/
vendor/

```

Install
-------

[](#install)

Via Composer

```
$ composer require tunaqui/utils --prefer-dist
```

Usage
-----

[](#usage)

```
$array = [
    'item1' => [ 'a' => 'Hola Mundo Cruel!', 'b' => 'Hola Mundo!' ],
    'item2' => 123456,
];
$selectable = new Tunaqui\Utils\ArraySelectable($array);
echo $selectable->find('item1.a');
```

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

License
-------

[](#license)

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

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

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

Total

5

Last Release

2561d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

utilsTunaqui

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

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

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

###  Alternatives

[danielstjules/stringy

A string manipulation library with multibyte support

2.4k26.0M191](/packages/danielstjules-stringy)[voku/arrayy

Array manipulation library for PHP, called Arrayy!

4875.5M16](/packages/voku-arrayy)[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.

2994.3M16](/packages/vaimo-composer-patches)[voku/stringy

A string manipulation library with multibyte support

1783.8M19](/packages/voku-stringy)[dereuromark/cakephp-tools

A CakePHP plugin containing lots of useful and reusable tools

338920.1k32](/packages/dereuromark-cakephp-tools)[statamic/stringy

A string manipulation library with multibyte support, forked from @statamic

234.5M14](/packages/statamic-stringy)

PHPackages © 2026

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