Description of the module goes here.
Please, review all the files before first commit.
- PHP +7.2
- Recipe Runner
Create a recipe and add the module to the packages
section:
name: "Your recipe name"
extra:
rr:
packages:
"vendor-name/module-name": "1.0.x-dev"
Description of the method goes here.
Types allowed: number
, string
, array
, null
Parameters
- parameter1 (
type
) Description of the parameter1. - parameter2 (
type
) Description of the parameter2.
Return values
- name1 (
type
) Description of the name1
Examples
steps:
- actions:
- method_name: "bla bla"
The preferred installation method is Composer:
$ composer require vendor-name/module-name
You can run the unit tests with the following command:
$ cd module-dir
$ composer test
This library is open-sourced software licensed under the MIT license.