定制 aptvision/rightfax 二次开发

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

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

aptvision/rightfax

最新稳定版本:0.0.3

Composer 安装命令:

composer require aptvision/rightfax

包简介

This library allows you to easily send faxes through a rightfax server API

README 文档

README

This library allows you to easily send faxes through a rightfax server API

Usage

use Aptvision\Rightfax\Resource\Recipient; use Aptvision\Rightfax\Client; use GuzzleHttp\Psr7\Stream; $rightfax = new Client( 'http://my-rightfax-server/Rightfax/API/', 'my-username', 'my-password' ); // Create a stream for the document any way that suits best $document = new Stream(fopen('/path/to/document', 'r')); // Post the document to the rightfax API $attachment = $rightfax->postAttachment($document); // Create a recipient $recipient = new Recipient('John Smith', '1234567890'); // Send the fax! // Note that multiple recipients or attachments are allowed $sendJob = $rightfax->sendFax([$recipient], [$attachment]);

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-01-04

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固