2017 © Pedro Peláez
 

library intellipush-php-sdk-v2

A PHP SDK for Intellipush

image

intellipush/intellipush-php-sdk-v2

A PHP SDK for Intellipush

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Intellipush SDK for PHP

This repository contains the open source PHP SDK that allows you to access Intellipush from your PHP app., (*1)

Installation

Usage

Install the lastest version with: composer require 'intellipush/intellipush-php-sdk-v2:dev-master', (*2)

If you need help getting started with Composer: click here, (*3)

$applicationPath = __DIR__ . '/../YOUR APPLICATION PATH';

require_once $applicationPath . 'vendor/autoload.php';

use Intellipush\Intellipush;

$key = 'YOUR KEY';
$secret = 'YOUR SECRET';
$countrycode = '0047';
$phoneNumber = 'xxxxxxxx';

//Send an SMS
$response = Intellipush::auth($key, $secret)->sms('Hello World.', $countrycode, $phoneNumber);

var_dump($response);


Read more on:, (*4)

Intellipush PHP SDK documentation , (*5)

Sign up

Intellipush.com, (*6)

Enjoy our service!, (*7)

/Intellipush, (*8)

The Versions

12/10 2016

dev-master

9999999-dev https://github.com/Intellipush/intellipush-php-sdk-v2

A PHP SDK for Intellipush

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

php sdk intellipush