hikarine3 / common_web_function
Collection of functions for common web operations
v1.0.2
2019-01-28 12:40 UTC
Requires
- php: >=7.1.0
Requires (Dev)
- phpunit/phpunit: ^7
This package is auto-updated.
Last update: 2024-10-29 01:35:47 UTC
README
This package provides common functions which are necessary for web applications.
How to install it
add
"require": {
...
"hikarine3/common_web_function": "*",
...
}
to composer.json
How to use
$cwf = new CommonWebFunction();
$string = " AB ヴァカでぇ1 ";
print($cwf->normalize_str($string));
Available functions
normalize_str()
How to test
composer test tests;
Author
Hajime Kurita
An adminstrator of https://sakuhindb.com/ , http://minakoe.jp/ and so on
Twitter: