Download the PHP package sxqibo/cloudprinter without Composer
On this page you can find all versions of the php package sxqibo/cloudprinter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package cloudprinter
云打印机
01、支持的打印机类型
- 飞鹅云小票打印机
- 芯烨云小票打印机
02、飞鹅小票打印机使用方法
飞鹅官方文档地址:http://help.feieyun.com/document.php
通过 comopser 安装
支持的方法:
- 批量添加打印机接口:printerAddlist
- 打印订单接口:printMsg
- 批量删除打印机:printerDelList
- 修改打印机信息接口:printerEdit
- 清空待打印订单接口:delPrinterSqs
- 查询订单是否打印成功接口:queryOrderState
- 查询指定打印机某天的订单统计数接口:queryOrderInfoByDate
- 获取某台打印机状态接口:queryPrinterStatus
- 参数签名:printCallBackSign
- 生成签名:signature
这里只给出了打印的方法,
说明:
- 在安装目录下的 可以直接使用
sample/FeieYunDemo.php
中提供了一个测试文件,需填写开发者在飞鹅云平台注册的账号、UKEY 以及 打印机的 SN 号即可进行测试 - 回调地址需要自己编写,本包中没有进行封装
- 设置回调地址需要在飞鹅云的后台中进行配置
03、芯烨云小票打印机使用方法
芯烨云官网文档地址:https://www.xpyun.net/open/index.html
通过 composer 安装
支持的方法:
- 批量添加打印机:
- 打印订单接口:
- 批量删除打印机接口:
- 修改打印机信息接口:
- 获取某台打印机状态接口:
- 批量获取打印机状态接口:
- 查询订单是否打印成功接口:queryOrderState
- 查询指定打印机某天的订单统计数接口:queryOrderInfoByDate
- 清空待打印订单接口:delPrinterSqs
这里只给出了打印的方法,
说明:
- 在安装目录下的 可以直接使用
sample/XpYunDemo.php
中提供了一个测试文件,需填写开发者在芯烨云平台注册的账号、UKEY 以及 打印机的 SN 号即可进行测试 - 回调地址需要自己编写,本包中没有进行封装
- 设置回调地址需要在芯烨云的后台中进行配置
All versions of cloudprinter with dependencies
PHP Build Version
Package Version
The package sxqibo/cloudprinter contains the following files
Loading the files please wait ....