https://github.com/ledccn/ledc-printer-server
云打印
https://github.com/ledccn/ledc-printer-server
Last synced: 8 months ago
JSON representation
云打印
- Host: GitHub
- URL: https://github.com/ledccn/ledc-printer-server
- Owner: ledccn
- Created: 2023-11-15T01:34:17.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-24T08:01:36.000Z (over 2 years ago)
- Last Synced: 2025-01-01T18:41:46.981Z (over 1 year ago)
- Language: PHP
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 云打印-Webman插件(依赖菜鸟打印组件)
## 安装 Installation
```sh
composer require ledc/printer
```
## 使用 Usage examples
启动长连接服务
```php
php gateway_worker.php restart -d
```
启动webman服务
```php
php start.php restart -d
```