2017 © Pedro Peláez
 

library zf2-sms-adapters

image

andreylis/zf2-sms-adapters

  • Friday, May 15, 2015
  • by andreylis
  • Repository
  • 5 Watchers
  • 9 Stars
  • 358 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 0 Open issues
  • 15 Versions
  • 0 % Grown

The README.md

zf2-sms-adapters

ZF2 module for sending SMSes with queue storage via Doctrine and zf2 console controller for processing them via adapters, (*1)

Installation via Composer

{
    "require": {
        "andreylis/zf2-sms-adapters": "1.*"
    }
}

Code sample for direct sms sending:

$SMSSender->sendSMS("375297357355", "Hello, Brother", false);

Code sample for adding SMS to Doctrine queue:

$SMSSender->sendSMS("375297357355", "Hello, Brother");

Console command for adding to Cron

php public/index.php smssender send

The Versions