https://github.com/guanhui07/webman-skeleton
webman skeleton,websocket-server,workerman,laravel-orm,amqp,console
https://github.com/guanhui07/webman-skeleton
amqp cache console framework http orm php webman websocket websocket-server workerman
Last synced: 3 months ago
JSON representation
webman skeleton,websocket-server,workerman,laravel-orm,amqp,console
- Host: GitHub
- URL: https://github.com/guanhui07/webman-skeleton
- Owner: guanhui07
- License: mit
- Created: 2023-02-15T07:00:04.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-17T12:50:02.000Z (over 1 year ago)
- Last Synced: 2025-08-19T22:54:06.665Z (8 months ago)
- Topics: amqp, cache, console, framework, http, orm, php, webman, websocket, websocket-server, workerman
- Language: PHP
- Homepage: https://packagist.org/packages/guanhui07/webman-skeleton
- Size: 125 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Support: support/Plugin.php
Awesome Lists containing this project
README
# webman-skeleton
## install
```
composer create-project guanhui07/webman-skeleton
composer install
```
## aop
https://github.com/hyperf/aop-integration
app/aspect/DebugAspect.php
## command
命令行
https://www.workerman.net/plugin/1
php webman make:command test:command
php webman test:command
## crontab
app/crontab/TestCrontab.php
config/crontab.php
app/process/Task.php 获取 配置执行
https://www.workerman.net/doc/webman/components/crontab.html
## event
配置
config/plugin/yzh52521/event/app.php
https://www.workerman.net/plugin/27
触发
```php
event('test',[new TestEvent(['test'=>'event data'])]);
```
## websocket gateway
https://www.workerman.net/plugin/5
是否开启ws
config/plugin/webman/gateway-worker/app.php
config/plugin/webman/gateway-worker/process.php