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.
composer require cofirazak/php-missing-functions
require __DIR__ . '/../vendor/autoload.php';
use Cofirazak\PhpMissingFunctions\StringFunc;
$test_str = 'тест строки';
$result = StringFunc::mbUcFirst($test_str);
var_dump($result); // Outputs: 'Тест строки'
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.
If you discover a security vulnerability within phpMissingFunctions, please send an e-mail to Rodrigues da Silva via cofirazak@gmail.com. All security vulnerabilities will be promptly addressed.
PHP Missing Functions is open-sourced software licensed under the MIT license.