https://github.com/phwoolcon/rpc
RPC Module for Phwoolcon
https://github.com/phwoolcon/rpc
Last synced: 9 months ago
JSON representation
RPC Module for Phwoolcon
- Host: GitHub
- URL: https://github.com/phwoolcon/rpc
- Owner: phwoolcon
- License: apache-2.0
- Created: 2017-07-06T09:02:04.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-08T10:31:22.000Z (almost 9 years ago)
- Last Synced: 2025-02-28T23:38:39.977Z (over 1 year ago)
- Language: JavaScript
- Size: 71.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RPC Module for Phwoolcon
## Brief
Uses [Hprose](https://github.com/hprose) (More specifically, [Hprose Swoole](https://github.com/hprose/hprose-swoole))
### Install Hprose extension
```bash
pecl install hprose
echo 'extension=hprose.so' > /etc/php/7.0/mods-available/hprose.ini
ln -s /etc/php/7.0/mods-available/hprose.ini /etc/php/7.0/cli/conf.d/20-hprose.ini
php --ri hprose
```