PHPackages                             mnlnk/php-ex - 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. mnlnk/php-ex

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

mnlnk/php-ex
============

Небольшое дополнение к PHP. Надеюсь, когда-нибудь они это добавят в стандартную библиотеку.

0.0.1(4mo ago)071MITPHP

Since Jan 10Pushed 4mo agoCompare

[ Source](https://github.com/mnlnk/php-ex)[ Packagist](https://packagist.org/packages/mnlnk/php-ex)[ RSS](/packages/mnlnk-php-ex/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (1)

### PHP Ex - 0.0.1

[](#php-ex---001)

Небольшое дополнение к PHP. Надеюсь, когда-нибудь они это добавят в стандартную библиотеку.

##### Установка:

[](#установка)

```
composer require mnlnk/php-ex

```

##### Примеры:

[](#примеры)

```
use Manuylenko\Utils\PHP;

switch (gettype($value)) {
    case PHP::TYPE_INT: // 'int'
        echo 'Целое число';
        break;
    case PHP::TYPE_FLOAT: // 'double' // так исторически сложилось :)
        echo 'Число с плавающей запятой';
        break;
    case PHP::TYPE_ARRAY: // 'array'
        echo 'Массив';
        break;
    case PHP::TYPE_UNKNOWN: // 'unknown type'
    default:
        echo 'Хз';
}
```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance76

Regular maintenance activity

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity24

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

128d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/667eb42da9f4370f4bb68c6819c0b035d64447414a0c6ca3f09a7103f17ea57c?d=identicon)[mnlnk](/maintainers/mnlnk)

---

Top Contributors

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

---

Tags

phptoolsutilsphp-ex

### Embed Badge

![Health badge](/badges/mnlnk-php-ex/health.svg)

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

###  Alternatives

[dereuromark/cakephp-tools

A CakePHP plugin containing lots of useful and reusable tools

338920.1k32](/packages/dereuromark-cakephp-tools)

PHPackages © 2026

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