定制 uwaziimobile/uwazii-php 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

uwaziimobile/uwazii-php

最新稳定版本:v1.0.1.3

Composer 安装命令:

composer require uwaziimobile/uwazii-php

包简介

Uwazii Mobile PHP Bindings

README 文档

README

The Uwazii MOBILE PHP library provides convenient access to the Uwazii API from applications written in the PHP language. It includes a pre-defined set of classes for API resources that initialize themselves dynamically from API responses.

Requirements

PHP 5.6.0 and later.

Manual Installation

You can download the latest release. Then, to use the bindings, include the main file.

require_once '/path/to/uwazii-php/src/UwaziiClient.php';

Dependencies

The bindings require the following extensions in order to work properly:

  • curl, although you can use your own non-cURL client if you prefer
  • json
  • mbstring (Multibyte String)

If you use Composer, these dependencies should be handled automatically. If you install manually, you'll want to make sure that these extensions are available.

Getting Started

Simple usage looks like:

use Uwazii\UwaziiClient as Uwaziimobile;
$uwazii = new \Uwaziimobile();
$access_token = $uwazii->accessToken(YOUR_USERNAME,YOUR_PASSWORD);
$response = $uwazii->sendMessage($access_token,'SENDERID','PHONE','MESSAGE');

echo $response;

Documentation

See the Uwazii API docs.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-03-19