2017 © Pedro Peláez
 

library zf-sms-zilla

Zend Framework 2 module for sending SMS messages

image

orajo/zf-sms-zilla

Zend Framework 2 module for sending SMS messages

  • Sunday, March 12, 2017
  • by Orajo
  • Repository
  • 2 Watchers
  • 1 Stars
  • 385 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 11 % Grown

The README.md

zf-sms-sender

Zend Framework 2 module for sending SMS messages. This module is based on https://github.com/Orajo/sms-zilla library., (*1)

======, (*2)

Installation

use composer, (*3)

{
    "require": {
        "orajo/zf-sms-zilla": "1.*"
    }
}

or, (*4)

php composer.phar require orajo/zf-sms-zilla

Remember to register module in application.config.php:, (*5)

'modules' => array(
  'Application',
  'ZfSmsZilla'
),

Usage

public function smsAction() {
  /**
   * @var \ZfSmsZilla\Service\SenderService
   */
  $smsService = $this->getServiceLocator()->get('ZfSmsZillaService');
  $smsService->send('Lorem ipsum 1', ['+41759987654']);
  $smsService->send('Lorem ipsum 2', ['605123456', '509546985']);

  // if you need more, e.g.
  $sender = $smsService->getSender();
  $errors = $sender->getAdapter()->getErrors();
  $sender->setValidator(new SmsZilla\Validator\LibphonenumberValidator('US'));
}

The Versions

12/03 2017

dev-master

9999999-dev https://github.com/Orajo/zf-sms-zilla

Zend Framework 2 module for sending SMS messages

  Sources   Download

MIT

The Requires

 

by Jarosław Wasilewski

zf2 zend framework sms module zend framework 2 clickatell cisco smsapi infobip smscenter serwersms

12/03 2017

v1.1.0

1.1.0.0 https://github.com/Orajo/zf-sms-zilla

Zend Framework 2 module for sending SMS messages

  Sources   Download

MIT

The Requires

 

by Jarosław Wasilewski

zf2 zend framework sms module zend framework 2 clickatell cisco smsapi infobip smscenter serwersms

12/08 2016

v1.0.0

1.0.0.0

Zend Framework 2 module form sending SMS messages

  Sources   Download

MIT

The Requires

 

by Jarosław Wasilewski