phakpoom/linebot-bundle

该包已被放弃,不再维护。未建议替代包。

安装: 53

依赖项: 0

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 0

开放问题: 0

类型:symfony-bundle

This package is auto-updated.

Last update: 2021-03-25 13:42:27 UTC


README

@see https://igor.io/2013/02/07/composer-stability-flags.html

现在在开发过程中,您必须这样设置依赖项:

"require": {
  "sylius/grid": "1.2.x-dev",
  "sylius/grid-bundle": "1.2.x-dev",
  "linemob/core-php": "dev-master",
  "phpmob/changmin": "dev-node4",
  "phakpoom/linebot-bundle": "dev-master"
}

README.md

  1. LineBotBundle (核心) 查看
  2. UserBundle 查看
  3. KeywordBundle 查看
  4. AdminBundle 查看

测试

$ ./vendor/bin/phpunit
$ ./vendor/bin/behat

LineBotBundle 提供了 behat 测试上下文以测试来自 line 的响应,只需添加以下上下文即可:

# behat.yml
default:
    FriendsOfBehat\ContextServiceExtension:
         imports:
              - "vendor/phakpoom/linebot-bundle/src/LineMob/Behat/Resources/config/services.xml" # add this