# hyperf-skeleton **Repository Path**: sunquakes/hyperf-skeleton ## Basic Information - **Project Name**: hyperf-skeleton - **Description**: hyperf与go基于jsonrpc2.0通信Demo - **Primary Language**: PHP - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-12-20 - **Last Updated**: 2021-11-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Requirements - PHP >= 7.2 - Swoole PHP extension >= 4.4,and Disabled `Short Name` # Installation using Composer - cd /path/to/hyerf-skeleton - composer install - php bin/hyperf.php start # Test - Installed and started associated projects - Visit http://localhost:9501/ via browser - Expected results ``` 111 ``` # Associated projects [go-jsonrpc-skeleton](https://gitee.com/iloveswift/go-jsonrpc-skeleton)