定制 jocoonopa/messenger 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

jocoonopa/messenger

最新稳定版本:3.5.45

Composer 安装命令:

composer require jocoonopa/messenger

包简介

PHP Library to interact with Facebook Messenger Platform

README 文档

README

CI Coverage PHP Version Downloads Latest Stable Version License

Messenger

A PHP library to interact with Facebook Messenger Platform

Installation

You can install Messenger using Composer:

composer require kerox/messenger

You will then need to:

  • run composer install to get these dependencies added to your vendor directory
  • add the autoloader to your application with this line: require('vendor/autoload.php');

Basic usage

use Kerox\Messenger\Messenger;

$messenger = new Messenger($appSecret, $verifyToken, $pageToken)
$messenger->send()->message(<USER_ID>, 'Hello world!');

Advance usage

Please, refer to the wiki to learn how to use this library

Features

API

  • Broadcast (deprecated)
  • Code (deprecated)
  • Insights
  • Nlp
  • Persona
  • Profile
  • Send
  • Tag
  • Thread
  • User
  • Webhook

Templates

  • Airline Boarding Pass
  • Airline Check In
  • Airline Itinerary
  • Airline Update
  • Buttons
    • Account Link
    • Account Unlink
    • Nested (deprecated)
    • Payment
    • Phone Number
    • Postback
    • Share (deprecated)
    • Web Url
  • Generic
  • List (deprecated)
  • Media
  • Receipt

Callback

  • Account Linking
  • AppRoles
  • Checkout Update
  • Delivery
  • GamePlay
  • Message
  • Message Echo
  • Optin
  • PassThreadControl
  • Payment
  • Policy Enforcement
  • Postback
  • Pre Checkout
  • Read
  • Reaction
  • Referral
  • RequestThreadControl
  • TakeThreadControl

统计信息

  • 总下载量: 19.79k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 29
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2021-09-08