# gateway **Repository Path**: open-php/gateway ## Basic Information - **Project Name**: gateway - **Description**: 基于workerman的gateway demo - **Primary Language**: PHP - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-07-07 - **Last Updated**: 2024-06-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # gateway demo #### 介绍 完美支持php8 `composer install` 就可以运行了 #### 单机启动顺序 `php register_start.php` `php gateway_start.php` `php worker_start.php` #### 分布式启动 只需要在gateway机器启动register和gateway 分布式的worker只启动 worker_start #### 业务代码 业务的具体代码直接在`Events.php`上写就可以,因为是回调,逻辑可以分拆到具体的service里面