qwenode / qwephp
an php utility library
2.31.0
2024-05-17 03:28 UTC
Requires
- php: >=8.0
- ext-mbstring: *
Requires (Dev)
- codeception/codeception: >=4.1
- codeception/module-asserts: >=1.0.0
- codeception/module-phpbrowser: >=1.0.0
This package is auto-updated.
Last update: 2026-05-17 07:31:48 UTC
README
an php utility library
License
Table of Contents
Installation
Manual install with composer
composer require qwenode/qwephp
Tests
php vendor/bin/codecept run
Strings
trim
@see trim()
\qwephp\Strings::trim('a '); //a
stripSpace
remove all whitespace from given string
\qwephp\Strings::stripSpace('a b c'); //abc