Download the PHP package mikechip/apimessenger without Composer
On this page you can find all versions of the php package mikechip/apimessenger. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mikechip/apimessenger
More information about mikechip/apimessenger
Files in mikechip/apimessenger
Download mikechip/apimessenger
More information about mikechip/apimessenger
Files in mikechip/apimessenger
Vendor mikechip
Package apimessenger
Short Description api-messenger.com PHP SDK
License GPL-3.0-or-later
Package apimessenger
Short Description api-messenger.com PHP SDK
License GPL-3.0-or-later
Please rate this library. Is it a good library?
Informations about the package apimessenger
Deprecated
The library was made quite a while ago and may be out of date. Please make a fork if you want to use it.
API-Messenger SDK
Library making work with api-messenger.com easier
Installation
Just download src/apimessenger.php or use Composer:
Create instance
$api = new Mike4ip\ApiMessenger( '_token_' // api-messenger.com token );
Get QR code
Proxying via PHP:
Or show directly:
Send message
$result = $api->sendPhoneMessage('+12345', 'It works!'); print( ($result['status'] == 'OK') ? 'Message sent' : 'Fail' );
Feedback
Use Issues to contact me
All versions of apimessenger with dependencies
PHP Build Version
Package Version
Requires
ext-curl Version
^7.2
php Version >=7.2
ext-json Version ^1.6
php Version >=7.2
ext-json Version ^1.6
The package mikechip/apimessenger contains the following files
Loading the files please wait ....