PHPackages                             cofirazak/php-missing-functions - 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. cofirazak/php-missing-functions

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

cofirazak/php-missing-functions
===============================

Useful functions missing in php.

1.0.0(6y ago)3879MITPHPPHP ^7.4.0CI failing

Since Dec 8Pushed 6y ago1 watchersCompare

[ Source](https://github.com/cofirazak/phpMissingFunctions)[ Packagist](https://packagist.org/packages/cofirazak/php-missing-functions)[ RSS](/packages/cofirazak-php-missing-functions/feed)WikiDiscussions master Synced 6d ago

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

[ ![Build Status](https://camo.githubusercontent.com/e4a4327acc893119ad0a4799b075e0c062881076c561d345712cfaedbb7b98a8/68747470733a2f2f6170692e7472617669732d63692e636f6d2f636f666972617a616b2f7068704d697373696e6746756e6374696f6e732e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/cofirazak/phpMissingFunctions)[ ![PHP version](https://camo.githubusercontent.com/3f9fda563ef8581927159e2513c1750aaab206b9ff45a149e893a96572fb6b76/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f636f666972617a616b2f7068702d6d697373696e672d66756e6374696f6e73)](https://packagist.org/packages/cofirazak/php-missing-functions) [ ![License](https://camo.githubusercontent.com/d2a934debc382286f4cb5da6bf3fb25906352d8204ffc4e2572f439acc09b96b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f636f666972617a616b2f7068702d6d697373696e672d66756e6374696f6e73)](https://packagist.org/packages/cofirazak/php-missing-functions)[ ![Latest Stable Version](https://camo.githubusercontent.com/04ad56916d23d0c5bd08690915e998dab4268b4cdbf126f7813bedc0f44d0516/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636f666972617a616b2f7068702d6d697373696e672d66756e6374696f6e73)](https://packagist.org/packages/cofirazak/php-missing-functions)[ ![Total Downloads](https://camo.githubusercontent.com/5de9fbccf4f3fe2af0f3c297c9abf4d9206cd596600ce8d69806d92d71f5bdbf/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636f666972617a616b2f7068702d6d697373696e672d66756e6374696f6e73)](https://packagist.org/packages/cofirazak/php-missing-functions)

About PHP Missing Functions
---------------------------

[](#about-php-missing-functions)

PHP Missing Functions is a php package that contains useful functions that people around the world seek in php and can't find. This package assumes to contain very few functions, because PHP has already have nearly all it needs.

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

[](#installation)

```
composer require cofirazak/php-missing-functions
```

Usage
-----

[](#usage)

```
require __DIR__ . '/../vendor/autoload.php';

use Cofirazak\PhpMissingFunctions\StringFunc;

$test_str = 'тест строки';
$result = StringFunc::mbUcFirst($test_str);
var_dump($result); // Outputs: 'Тест строки'
```

Contributing
------------

[](#contributing)

Thank you for considering contributing to the PHP Missing Functions! If you have any ideas regarding to this package, please feel free to start an issue.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

If you discover a security vulnerability within phpMissingFunctions, please send an e-mail to Rodrigues da Silva via . All security vulnerabilities will be promptly addressed.

License
-------

[](#license)

PHP Missing Functions is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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

Unknown

Total

1

Last Release

2353d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/cofirazak-php-missing-functions/health.svg)

```
[![Health](https://phpackages.com/badges/cofirazak-php-missing-functions/health.svg)](https://phpackages.com/packages/cofirazak-php-missing-functions)
```

###  Alternatives

[paragonie/stern

Stern lets you built type-safe PHP projects, even if your project's users aren't writing type-safe code

201.5k1](/packages/paragonie-stern)

PHPackages © 2026

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