Files
wiosna-dev_common-library/README.md
xevolic d392b20570 Merge pull request #1 from meritoo/master
[UW-2934] Merge official version 1.1.x
2023-03-09 12:52:26 +01:00

1.8 KiB

Meritoo Common Library

Common and useful classes, methods, exceptions etc.

PHP from Packagist Build Status Packagist license GitHub commits Coverage Status

Installation

In your composer.json add address of repository into repositories section:

"repositories": [
    (...)
    {
        "type": "vcs",
        "url": "https://github.com/wiosna-dev/common-library"
    }
]

Run Composer to install this package in your project:

composer require wiosna-dev/common-library

How to install Composer?

Usage

  1. Base test case (with common methods and data providers)
  2. Collection of elements
  3. Exceptions
  4. Static methods
    1. Arrays
    2. Regex
    3. Uri
  5. Value Objects

Development

More information you can find here

Enjoy!