PHPackages                             prinx/phputils - 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. prinx/phputils

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

prinx/phputils
==============

PHP Utilities classes

0.1.0(6y ago)18904MITPHPPHP &gt;=5.1.0

Since Jun 8Pushed 5y ago1 watchersCompare

[ Source](https://github.com/prinx/phputils)[ Packagist](https://packagist.org/packages/prinx/phputils)[ Docs](https://github.com/Prinx/phputils)[ RSS](/packages/prinx-phputils/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (3)DependenciesVersions (4)Used By (4)

PHP Utils
=========

[](#php-utils)

PHP Utilities classes

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

[](#installation)

```
composer require prinx/phputils
```

Usage
-----

[](#usage)

Import the composer autoload file:

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

Then you can *use* the needed utility class:

```
use Prinx\Utils\Str;

echo Str::isMaxLength('Woow', 5); // true
```

Utilities classes
-----------------

[](#utilities-classes)

Each utility class provides a set of static methods.

### Str

[](#str)

Check the available methods [here](https://github.com/Prinx/phputils/edit/master/src/Str.php).

### Date

[](#date)

Check the available methods [here](https://github.com/Prinx/phputils/edit/master/src/Date.php).

### HTTP

[](#http)

Check the available methods [here](https://github.com/Prinx/phputils/edit/master/src/HTTP.php).

### URL

[](#url)

Check the availableg methods [here](https://github.com/Prinx/phputils/edit/master/src/URL.php).

### SMS

[](#sms)

Check the available methods [here](https://github.com/Prinx/phputils/edit/master/src/SMS.php).

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity43

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

Total

3

Last Release

2069d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/896d24b4882562faf6f1c8c25ea90e515037f5811f251a11fd80b68db61fc458?d=identicon)[Prinx](/maintainers/Prinx)

---

Top Contributors

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

---

Tags

phputils

### Embed Badge

![Health badge](/badges/prinx-phputils/health.svg)

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

PHPackages © 2026

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