Skip to content

Latest commit

 

History

History
executable file
·
26 lines (19 loc) · 896 Bytes

README.md

File metadata and controls

executable file
·
26 lines (19 loc) · 896 Bytes

Build Status Coverage badge

FB Messenger Bot PHP API

This is a PHP implementation for Facebook Messenger Bot API.

REQUIREMENTS

The minimum requirement is that your Web server supports PHP 5.4.

INSTALLATION

Version 1.2.2 is the last with PHP ">=5.4.0" support.
As of version 2.0, PHP 7.1.3 is required.

composer require "pimax/fb-messenger-php" "dev-master"
composer require "pimax/fb-messenger-php" "<version>"

BASIC USAGE

See this repo - https://github.com/pimax/fb-messenger-php-example