An open API service indexing awesome lists of open source software.

https://github.com/liugene/phprpc

PhpRpc framework
https://github.com/liugene/phprpc

Last synced: about 2 months ago
JSON representation

PhpRpc framework

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

```