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
Enjoy our service!
/Intellipush
统计信息
- 总下载量: 49
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-05-22