Download the PHP package maatify/whysms without Composer
On this page you can find all versions of the php package maatify/whysms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download maatify/whysms
More information about maatify/whysms
Files in maatify/whysms
Download maatify/whysms
More information about maatify/whysms
Files in maatify/whysms
Vendor maatify
Package whysms
Short Description PHP library for WhySms API handler, known by our team
License proprietary
Homepage https://github.com/Maatify/
Package whysms
Short Description PHP library for WhySms API handler, known by our team
License proprietary
Homepage https://github.com/Maatify/
Please rate this library. Is it a good library?
Informations about the package whysms
Installation
Usage
Instance
#
Check Balance
Response Example :
Success Example
Array ( [success] => 1 [remaining_unit] => 7 [expired_on] => 1st Jun 33, 7:16 PM )
Error Example
Array ( [success] => [error] => (err-Maatify\WhySms\Request::Curl) cURL Error (22): The requested URL returned error: 401 Unauthorized )
#
Send SMS Message
Response Example :
Success Example
Array ( [success] => 1 [details] => Your message was successfully delivered [uid] => 64c7392312ecb [to] => __PHONE_NUMBER__ [from] => __SMS_MESSAGE__ [message] => Welcome to first test from why sms [status] => Delivered [cost] => 1 )
Error Example
Array ( [success] => [error] => (err-Maatify\WhySms\Request::Curl) cURL Error (22): The requested URL returned error: 404 Not Found )
All versions of whysms with dependencies
PHP Build Version
Package Version
The package maatify/whysms contains the following files
Loading the files please wait ....