2017 © Pedro Peláez
 

package vodafone-sms

Send SMSs using vodafone bulk sms API

image

bellal/vodafone-sms

Send SMSs using vodafone bulk sms API

  • Monday, June 25, 2018
  • by bellalMohamed
  • Repository
  • 1 Watchers
  • 1 Stars
  • 26 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 420 % Grown

The README.md

Vodafone Bulk SMS API, (*1)

Installing Package

The recommended way to install is through Composer., (*2)

composer require bellal/vodafone-sms
<?php

use Bellal\VodafoneSMS\VodafoneAdapter;

$messageProviderInstance = new VodafoneAdapter([
    'accountId' => 'VODAFONE_ACCOUNT_ID',
    'password' => 'VODAFONE_PASS',
    'secretKey' => 'VODAFONE_SECRET_KEY',
    'senderName' => 'VODAFONE_SENDER_NAME',
]);

$result = $messageProviderInstance->send([
    'to' => 'RECIEVER_NUMBER',
    'text' => 'MESSAGE_BODY',
]);

The Versions

25/06 2018

dev-master

9999999-dev

Send SMSs using vodafone bulk sms API

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Bellal Mohamed

composer sms package vodafone vodafone api web smp

25/06 2018

0.1.1

0.1.1.0

Send SMSs using vodafone bulk sms API

  Sources   Download

MIT

The Requires

  • php >=5.4

 

by Bellal Mohamed

composer sms package vodafone vodafone api web smp

08/02 2018

0.1.0

0.1.0.0

Send SMSs using vodafone bulk sms API

  Sources   Download

MIT

The Requires

  • php >=5.4

 

by Bellal Mohamed

composer sms package vodafone vodafone api web smp

01/02 2018

0.0.1

0.0.1.0

Send SMSs using vodafone bulk sms API

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Bellal Mohamed

composer package vodafone