hikarine3 / common_web_function
Collection of functions for common web operations
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/hikarine3/common_web_function
Requires
- php: >=7.1.0
Requires (Dev)
- phpunit/phpunit: ^7
This package is auto-updated.
Last update: 2025-09-29 02:07:40 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: