mirror of
https://github.com/wiosna-dev/common-library.git
synced 2026-03-12 09:31:51 +01:00
38 lines
1.6 KiB
Markdown
38 lines
1.6 KiB
Markdown
# Meritoo Common Library
|
|
|
|
Common and useful classes, methods, exceptions etc.
|
|
|
|

|
|
[](https://travis-ci.com/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)
|
|
|
|
# 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/BaseCollection.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)
|
|
3. [Uri](docs/Static-methods/Uri.md)
|
|
5. [Value Objects](docs/Value-Objects.md)
|
|
|
|
# Development
|
|
|
|
More information [you can find here](docs/Development.md)
|
|
|
|
Enjoy!
|