2017 © Pedro Peláez
 

library panaceaapi

The Panacea Mobile PHP class for easy deployment and integration

image

superbalist/panaceaapi

The Panacea Mobile PHP class for easy deployment and integration

  • Friday, October 23, 2015
  • by matthewgoslett
  • Repository
  • 2 Watchers
  • 1 Stars
  • 5,933 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 5 % Grown

The README.md

PanaceaApi

The Panacea Mobile PHP class for easy deployment and integration, (*1)

Panacea Mobile is a communications technology company that provides simplified interfaces to gateways for SMS, USSD and Push., (*2)

This library is a copy of the original php class http://www.panaceamobile.com/docs/__examplesource/exsource_e_elite-sms_trunk_web_examples_php_panacea_api.php_b5de023735004d26adc99a37da4721e6.html written and distributed by Panacea Mobile., (*3)

This repo adds support for installation by composer., (*4)

Installation

composer require superbalist/panaceaapi

Usage

use PanaceaMobile\PanaceaApi;

$gateway = new PanaceaApi();
$gateway->setUsername('[username]');
$gateway->setPassword('[password]');
$gateway->message_send('[to number]', '[message]', '[from number]');

The Versions

23/10 2015

dev-master

9999999-dev

The Panacea Mobile PHP class for easy deployment and integration

  Sources   Download

The Requires

  • php >=5.2.0
  • ext-curl *
  • ext-reflection *

 

by Superbalist.com a division of Takealot Online (Pty) Ltd

23/10 2015

1.0.0

1.0.0.0

The Panacea Mobile PHP class for easy deployment and integration

  Sources   Download

The Requires

  • php >=5.2.0
  • ext-curl *
  • ext-reflection *

 

by Superbalist.com a division of Takealot Online (Pty) Ltd