Download the PHP package easyswoole/easy-printer without Composer

On this page you can find all versions of the php package easyswoole/easy-printer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package easy-printer

EasyPrinter

全协程支持的云打印机SDK,易于使用的操作接口和风格,轻松推送海量任务至云打印机

目前仅支持易联云,欢迎fork本项目贡献您的力量

安装类库

推荐使用Composer管理依赖,本类库要求Swoole环境,版本>=4.3.0,PHP版本>=7.1即可使用

composer require easyswoole/easy-printer

单文件测试

目前已支持的指令

服务商 说明 Command
易联云 终端授权 (永久授权) AuthorizePrinter
易联云 获取请求令牌 GetAccessToken
易联云 获取机型打印宽度 GetPrinterInfo
易联云 获取终端状态 GetPrinterStatus
易联云 添加应用菜单 PrinterAddMenu
易联云 取消所有未打印订单 PrinterCancelAll
易联云 取消单条未打印订单 PrinterCancelOne
易联云 取消LOGO PrinterDeleteIcon
易联云 删除终端授权 PrinterDeletePrinter
易联云 删除内置语音 PrinterDeleteVoice
易联云 获取订单列表 PrinterGetOrderPagingList
易联云 获取订单状态 PrinterGetOrderStatus
易联云 获取机型软硬件版本 PrinterGetVersion
易联云 设置打印方式 PrinterSetBtnPrinter
易联云 设置LOGO PrinterSetIcon
易联云 接单拒单设置 PrinterSetIfGetOrder
易联云 设置推送URL PrinterSetPushUrl
易联云 声音调节 PrinterSetSound
易联云 设置内置语音 PrinterSetVoice
易联云 关机重启 PrinterShutdownRestart
易联云 打印图片 PrintPicture
易联云 打印文字 PrintText

All versions of easy-printer with dependencies

PHP Build Version
Package Version
Requires easyswoole/spl Version ^1.4
easyswoole/http-client Version ^1.5
psr/simple-cache Version ^1.0
easyswoole/utility Version ^1.2
ext-json Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package easyswoole/easy-printer contains the following files

Loading the files please wait ....