intellipush/intellipush-php-sdk-v2 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

intellipush/intellipush-php-sdk-v2

Composer 安装命令:

composer require intellipush/intellipush-php-sdk-v2

包简介

A PHP SDK for Intellipush

README 文档

README

This repository contains the open source PHP SDK that allows you to access Intellipush from your PHP app.

Installation

Usage

Install the lastest version with: composer require 'intellipush/intellipush-php-sdk-v2:dev-master'

If you need help getting started with Composer: click here

$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:

Intellipush PHP SDK documentation

Sign up

Intellipush.com

Enjoy our service!

/Intellipush

统计信息

  • 总下载量: 49
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 0
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-05-22