PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Chun-Sheng, Li   PHP Facebook Messenger Bot Builder   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Facebook Messenger Bot Builder
Build bot to interact with Facebook Messenger user
Author: By
Last change:
Date: 4 years ago
Size: 447 bytes
 

Contents

Class file image Download
{ "name": "peter/botbuilder", "description": "help you build messenger bot easily", "type": "library", "require": { "guzzlehttp/guzzle": "^6.2" }, "license": "MIT", "autoload": { "psr-4": { "peter\\components\\": "src/" } }, "authors": [ { "name": "peter279k", "email": "peter279k@gmail.com" } ], "minimum-stability": "beta" }