mirror of
https://github.com/wiosna-dev/common-library.git
synced 2026-03-12 01:31:45 +01:00
df36e050e7751ce1324206ea5b61473d816755cf
Meritoo Common Library
Common and useful classes, methods, exceptions etc.
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
Usage
- Base test case (with common methods and data providers)
- Collection of elements
- Exceptions
- Static methods
- Value Objects
Development
More information you can find here
Enjoy!
Languages
PHP
99.5%
Dockerfile
0.4%