mirror of
https://github.com/wiosna-dev/common-library.git
synced 2026-03-12 01:31:45 +01:00
Arrays > getNonEmptyValuesAsString() method > returns non-empty values concatenated by given separator
32 lines
1.6 KiB
Markdown
32 lines
1.6 KiB
Markdown
# Meritoo Common Library
|
|
|
|
Common and useful classes, methods, exceptions etc.
|
|
|
|
[](https://img.shields.io/badge/php-%3E%3D5.6-blue.svg) [](https://travis-ci.org/meritoo/common-library) [](https://packagist.org/packages/meritoo/common-library) [](https://github.com/meritoo/common-library) [](https://github.com/meritoo/common-library) [](https://coveralls.io/github/meritoo/common-library?branch=master)
|
|
|
|
# Installation
|
|
|
|
Run [Composer](https://getcomposer.org) to install this package in your project:
|
|
|
|
```bash
|
|
composer require meritoo/common-library
|
|
```
|
|
|
|
> [How to install Composer?](https://getcomposer.org/download)
|
|
|
|
# Usage
|
|
|
|
1. [Base test case (with common methods and data providers)](docs/Base-test-case.md)
|
|
2. [Collection of elements](docs/Collection-of-elements.md)
|
|
3. [Exceptions](docs/Static-methods.md)
|
|
4. [Static methods](docs/Static-methods.md)
|
|
1. [Arrays](docs/Static-methods/Arrays.md)
|
|
2. [Regex](docs/Static-methods/Regex.md)
|
|
5. [Value Objects](docs/Value-Objects.md)
|
|
|
|
# Development
|
|
|
|
More information [you can find here](docs/Development.md)
|
|
|
|
Enjoy!
|