cofirazak / php-missing-functions
Useful functions missing in php.
Requires
- php: ^7.4.0
- ext-mbstring: *
Requires (Dev)
- friends-of-phpspec/phpspec-code-coverage: ^4.0@dev
- phpspec/phpspec: 6.1.0
This package is auto-updated.
Last update: 2025-03-09 18:23:38 UTC
README
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.