https://github.com/ledccn/webman-printer
云打印统一安装composer依赖包
https://github.com/ledccn/webman-printer
Last synced: 9 months ago
JSON representation
云打印统一安装composer依赖包
- Host: GitHub
- URL: https://github.com/ledccn/webman-printer
- Owner: ledccn
- Created: 2023-11-27T07:20:50.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-27T08:26:29.000Z (over 2 years ago)
- Last Synced: 2025-08-11T06:35:24.022Z (11 months ago)
- Language: PHP
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 云打印-统一安装webman应用插件composer依赖
## 安装 Installation
```sh
composer require ledc/webman-printer
```
## 使用 Usage examples
启动长连接服务
```php
php gateway_worker.php restart -d
```
启动webman服务
```php
php start.php restart -d
```