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
- dev-master
- 2.31.0
- 2.30.0
- 2.29.3
- 2.29.2
- 2.29.1
- 2.29.0
- 2.28.0
- 2.27.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.1
- 2.22.0
- 2.21.0
- 2.20.1
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.1
- 2.10.0
- 2.9.1
- 2.9.0
- 2.8.1
- 2.8.0
- 2.7.0
- 2.6.3
- 2.6.2
- 2.6.1
- 2.6.0
- 2.5.3
- 2.5.2
- 2.5.1
- 2.5.0
- 2.4.0
- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.0
- 2.1.1
- 2.1.0
- 2.0.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.2
- 1.41.1
- 1.41.0
- 1.40.2
- 1.40.1
- 1.40.0
- 1.39.0
- 1.38.0
- v1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.4
- 1.27.3
- 1.27.2
- 1.27.1
- 1.27.0
- 1.26.1
- 1.26.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.2
- 1.22.1
- 1.22.0
- 1.21.1
- 1.21.0
- 1.20.0
- 0.4.0
- 0.3.0
- v0.2.0
- 0.1.0
- 0.0.4
- 0.0.3
- 0.0.2
- v0.0.1
This package is auto-updated.
Last update: 2025-02-17 04:59:30 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