# webman **Repository Path**: ysfzf/webman ## Basic Information - **Project Name**: webman - **Description**: webman base - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-02-21 - **Last Updated**: 2024-09-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 文档 https://www.workerman.net/doc/webman/install.html # 开始 ``` composer install php start.php start //调试 php start.php start -d //生产 ``` # 命令行 ``` php webman ``` # 信息队列 在app/queue/reids下添加php类,类必须继承app\queue\Queue # 二进制打包 ```` php -d phar.readonly=0 ./webman build:bin //将生成的build/webman.bin复制到linux服务器上直接运行 ./webman.bin start ````