being/api-service

家族应用服务器的API服务

此包的规范存储库似乎已丢失,因此该包已被冻结。


README

being基础服务包括助手、实时、资源等。

如何使用

在您的 composer.json 中添加此配置

"minimum-stability": "dev",
"repositories": [
    {"type": "composer", "url": "http://packagist.phpcomposer.com"},
    {"type": "vcs","url": "https://github.com/HelloWorldDev/api-service"},
    {"packagist": false}
]

并运行 composer 命令

$ 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