2017 © Pedro Peláez
 

library smsmanager

Module for API communication with SMSmanager.cz

image

superfaktura/smsmanager

Module for API communication with SMSmanager.cz

  • Wednesday, May 16, 2018
  • by superfaktura
  • Repository
  • 2 Watchers
  • 0 Stars
  • 15 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

PHP Library for SmsManager.cz

Installation

Install superfaktura/smsmanager using Composer:, (*1)

$ composer require superfaktura/smsmanager

Dependencies

  • PHP >=5.6
  • PHP extensions: php_curl

Example Usage

use Po1nt\SmsManager\Dispatcher;
use Po1nt\SmsManager\Message;
use Po1nt\SmsManager\Recipient;

/** @var Recipient $recipient */
$recipient = new Recipient('420 900 123 456');

/** @var Message $message */
$message = new Message('Best message text ever');
$message->addRecipient($recipient);

/** @var Dispatcher $dispatcher */
$dispatcher = new Dispatcher('example@smsmanager.cz', 'examplePass');
print_r($dispatcher->send($message));

License

MIT, (*2)

The Versions

16/05 2018

dev-master

9999999-dev

Module for API communication with SMSmanager.cz

  Sources   Download

MIT

The Requires

  • php >=5.6.0
  • ext-curl *

 

The Development Requires

by Adrian Panicek

16/05 2018

dev-valuelabs/type_hinting

dev-valuelabs/type_hinting

Module for API communication with SMSmanager.cz

  Sources   Download

MIT

The Requires

  • php >=5.6.0
  • ext-curl *

 

The Development Requires

by Adrian Panicek