phakpoom/linebot-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.

Installs: 53

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type: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

Now you have to set require dependency like this during developing.

"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 (CORE) SEE
  2. UserBundle SEE
  3. KeywordBundle SEE
  4. AdminBundle SEE

Testing

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

LineBotBundle provide behat context for testing response from line just add context see below:

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