cofirazak/php-missing-functions

Useful functions missing in php.

1.0.0 2019-12-08 17:44 UTC

This package is auto-updated.

Last update: 2024-05-09 16:16:10 UTC


README

Build Status PHP version License Latest Stable Version Total Downloads

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

composer require cofirazak/php-missing-functions

Usage

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

use Cofirazak\PhpMissingFunctions\StringFunc;

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

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

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.

License

PHP Missing Functions is open-sourced software licensed under the MIT license.