being base services include helper, live, resource and so on.
Add this configuration in your composer.json
"minimum-stability": "dev",
"repositories": [
{"type": "composer", "url": "http://packagist.phpcomposer.com"},
{"type": "vcs","url": "https://github.com/HelloWorldDev/api-service"},
{"packagist": false}
]
and run composer command
$ composer require "being/api-service:~1.0"
$ php vendor/bin/php-cs-fixer fix src && php vendor/bin/php-cs-fixer fix tests
// test your code by run "make test"
// then
$ git add .
$ git commit -m "your niubility message"
$ git push origin master
$ cd api-service
$ make test