[TODO] write component description
Run the following to install this library:
$ composer require niceshops/nice-beans
or if composer package is not available add the following to your composer.json
"repositories": [
{
"type": "vcs",
"url": "https://github.com/niceshops/nice-beans"
}
],
"require": {
"niceshops/nice-beans": "dev-master"
}