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

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

walterluis/utils
================

PHP utils and more

0.1.2(1y ago)3291MITPHPPHP ^7.4|^8

Since Jul 13Pushed 1y ago1 watchersCompare

[ Source](https://github.com/WalterLuis/Utils)[ Packagist](https://packagist.org/packages/walterluis/utils)[ Docs](https://github.com/WalterLuis/Utils)[ RSS](/packages/walterluis-utils/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (2)Versions (19)Used By (0)

Utils
=====

[](#utils)

Utilities and tools for everyday use 🐱‍👤

[![Software License](https://camo.githubusercontent.com/2b6af14d6e60b29a2a21b9db82b18aca2e15f767e916907687b97dbacda5a16c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f77616c7465726c7569732f7574696c733f7374796c653d666f722d7468652d6261646765)](LICENSE)[![Packagist Version](https://camo.githubusercontent.com/47a0f0287c138f3c83525bf536fb01f5203d50b1245d97156a565f0e04f3856d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f77616c7465726c7569732f7574696c733f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/walterluis/utils)[![Packagist PHP Version Support](https://camo.githubusercontent.com/72a90a243b4bf08807d77a491fa0b4e72150e1b73153f2da973b38949de72c0f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f77616c7465726c7569732f7574696c733f7374796c653d666f722d7468652d6261646765)](CHANGELOG.md)

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

[](#installation)

Via Composer

```
$ composer require WalterLuis/Utils
```

Usage
-----

[](#usage)

```
require_once './vendor/autoload.php';

use WalterLuis\Utils\Validator;

$foo = 'Hello';

if (Validator::string($foo)) {
    $foo .= ' world!';
}
```

License
-------

[](#license)

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

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance45

Moderate activity, may be stable

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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

Recently: every ~218 days

Total

15

Last Release

454d ago

PHP version history (2 changes)0.0.5PHP ^7.4|^8.0

0.1.0PHP ^7.4|^8

### Community

Maintainers

![](https://www.gravatar.com/avatar/3d87d7103c4d1ec8de9087aef5a2a73a3278f6299ada124ac69af7b715b57401?d=identicon)[WalterLuis](/maintainers/WalterLuis)

---

Top Contributors

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

---

Tags

phpfunctionsutils

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[nilportugues/php_todo

Looks into the code using a user-defined list of to-do phrases and stops commit if the total amount increased or is above a threshold.

1210.0k](/packages/nilportugues-php-todo)

PHPackages © 2026

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