zaporylie/vianett-php

This package is abandoned and no longer maintained. The author suggests using the zaporylie/vianett package instead.

API client library for the Vianett sms as a service platform

0.0.6 2016-03-20 21:20 UTC

This package is auto-updated.

Last update: 2022-02-01 12:54:43 UTC


README

Build StatusCoverage Status

A PHP library for the ViaNett API

Installation

composer require zaporylie/vianett-php:dev-master

or add it to composer.json manually:

  "require": {
    "zaporylie/vianett-php": "dev-master"
  }

Usage

$client = new \Vianett\Client('username', 'password');
$message = new \Vianett\Message($client);
$message->prepare('sender', 'recipient', 'message', 'message_id');
$message->send();

Credits

Jakub Piasecki for NyMedia AS