Skip to content

cofirazak/phpMissingFunctions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.