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

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

digitalkreativ/php-utilities
============================

General PHP helper functions you can use in any PHP 5.6.4 or above project

v0.0.1(8y ago)08MITPHP &gt;=5.6.4

Since Oct 28Compare

[ Source](https://github.com/digitalkreativ/php-utilities)[ Packagist](https://packagist.org/packages/digitalkreativ/php-utilities)[ RSS](/packages/digitalkreativ-php-utilities/feed)WikiDiscussions Synced 5d ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

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

[](#php-utilities)

General PHP functions you can use in any project. Things like strings, validation, ... .

Using this package in your project
----------------------------------

[](#using-this-package-in-your-project)

Add the following to your `composer.json` file

```
{
    "require": {
        "digitalkreativ/php-utilities": "v0.0.1"
    }
}
```

Example usage
-------------

[](#example-usage)

Checking if a specified email is valid.

```
use Digitalkreativ\Utilities\EmailUtils;

var_dump( EmailUtils::isEmail( 'email@example.org' );
```

Checking IP address version

```
use Digitalkreativ\Utilities\ValidationUtils;

var_dump( ValidationUtils::isIpV4( '10.10.100.1' ) );
var_dump( ValidationUtils::isIpV6( '10.10.100.1' ) );
```

Components used
---------------

[](#components-used)

See [composer.json](composer.json) for latest and versions.

- [illuminate/support](https://github.com/illuminate/support)
- [nesbot/carbon](https://github.com/briannesbitt/Carbon)

License
-------

[](#license)

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

###  Health Score

21

—

LowBetter than 17% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

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

3211d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1dba6629f7560f9882af806e69b9ee11dfd6ea1cac12ebb6eb09ca344a44c60e?d=identicon)[digitalkreativ](/maintainers/digitalkreativ)

### Embed Badge

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

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

###  Alternatives

[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k99.8M350](/packages/laravel-horizon)[flarum/core

Delightfully simple forum software.

211.5M2.5k](/packages/flarum-core)[forjedio/inertia-table

Backend-driven dynamic tables for Laravel + Inertia.js

272.0k](/packages/forjedio-inertia-table)

PHPackages © 2026

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