qwenode/qwephp

an php utility library


README

an php utility library

GitHub tag (latest SemVer pre-release) Build Status GitHub license FOSSA Status

License

FOSSA Status

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