qwenode/qwephp

an php utility library

Installs: 263

Dependents: 1

Suggesters: 0

Security: 0

Stars: 3

Watchers: 0

Forks: 2

Open Issues: 0

pkg:composer/qwenode/qwephp


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