https://github.com/liugene/phprpc
PhpRpc framework
https://github.com/liugene/phprpc
Last synced: about 2 months ago
JSON representation
PhpRpc framework
- Host: GitHub
- URL: https://github.com/liugene/phprpc
- Owner: liugene
- Created: 2018-06-04T06:40:26.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-14T05:11:15.000Z (almost 7 years ago)
- Last Synced: 2024-09-24T09:37:44.877Z (7 months ago)
- Homepage: https://phprpc.cn
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
```php
_
___ | | ___ ___ ___ ___
/ _ \| |_ / _ \ / _ \ / _ \ / __ \
| |_| || _ \ | |_| | | |_| | | |_| | | |
| .___/| | | || .___/ | .\ \. | .___/ \ .__
| | | | | || | | | \ \| | \___/```
#### PhpRpc框架
## phprpc服务端启动(常驻内存模式)
进入
```php
bin\
目录,使用命令```
```php
php phprpc start //启动
php phprpc stop //停止_
___ | | ___ ___ ___ ___
/ _ \| |_ / _ \ / _ \ / _ \ / __ \
| |_| || _ \ | |_| | | |_| | | |_| | | |
| .___/| | | || .___/ | .\ \. | .___/ \ .__
| | | | | || | | | \ \| | \___/[2018-06-01 15:43:12] Server Name: phprpc
[2018-06-01 15:43:12] PHP Version: 7.1.7
[2018-06-01 15:43:12] Swoole Version: 2.1.3
[2018-06-01 15:43:12] Listen Address: 127.0.0.1
[2018-06-01 15:43:12] Listen Port: 9508```