KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
messenger
★ 58
Open GitHub ↗
💬 A PHP library for Facebook Messenger
Download README (.md)
Explore Similar Repositories
unzuckify
:
🔪 Facebook Messenger to email bridge based on reverse engineered auth and GraphQL APIs.
ts-messenger-api
:
The unofficial API for FB Messenger communication
eitaapykit
:
Unofficial toolkit for Eitaa messenger | کار با API ایتا در پایتون
go-messenger-bot
:
Golang bindings for the Messenger Bot API
messenger-node
:
A Node.js SDK for using the Messenger Platform
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
messenger
?
Download (.md)
[](https://github.com/ker0x/messenger/actions/workflows/ci.yml) [](https://codecov.io/gh/ker0x/messenger/)  [](https://packagist.org/packages/kerox/messenger) [](https://packagist.org/packages/kerox/messenger) [](https://github.com/ker0x/messenger/blob/main/LICENSE) # Messenger A PHP library to interact with [Facebook Messenger Platform](https://www.messenger.com/) ## 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 ```php use Kerox\Messenger\Messenger; $messenger = new Messenger($appSecret, $verifyToken, $pageToken) $messenger->send()->message(<USER_ID>, 'Hello world!'); ``` ## Advance usage Please, refer to the [wiki](https://github.com/ker0x/messenger/wiki) to learn how to use this library ## Features ### API - [x] Broadcast (deprecated) - [x] Code (deprecated) - [x] Insights - [x] Nlp - [x] Persona - [x] Profile - [x] Send - [x] Tag - [x] Thread - [x] User - [x] Webhook ### Templates - [x] Airline Boarding Pass - [x] Airline Check In - [x] Airline Itinerary - [x] Airline Update - [x] Buttons - [x] Account Link - [x] Account Unlink - [x] Nested (deprecated) - [x] Payment - [x] Phone Number - [x] Postback - [x] Share (deprecated) - [x] Web Url - [x] Generic - [x] List (deprecated) - [x] Media - [x] Receipt ### Callback - [x] Account Linking - [x] AppRoles - [x] Checkout Update - [x] Delivery - [x] GamePlay - [x] Message - [x] Message Echo - [x] Optin - [x] PassThreadControl - [x] Payment - [x] Policy Enforcement - [x] Postback - [x] Pre Checkout - [x] Read - [x] Reaction - [x] Referral - [x] RequestThreadControl - [x] TakeThreadControl