Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swoft-cloud/swoft-rpc-server
[READ ONLY] RPC Server for Swoft
https://github.com/swoft-cloud/swoft-rpc-server
php rpc swoft swoole
Last synced: 3 months ago
JSON representation
[READ ONLY] RPC Server for Swoft
- Host: GitHub
- URL: https://github.com/swoft-cloud/swoft-rpc-server
- Owner: swoft-cloud
- License: apache-2.0
- Created: 2018-01-06T13:36:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-07T17:03:43.000Z (over 3 years ago)
- Last Synced: 2024-08-09T01:07:19.840Z (6 months ago)
- Topics: php, rpc, swoft, swoole
- Language: PHP
- Homepage: https://www.swoft.org
- Size: 3.91 MB
- Stars: 11
- Watchers: 7
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Swoft Rpc Server
[![Latest Stable Version](http://img.shields.io/packagist/v/swoft/rpc-server.svg)](https://packagist.org/packages/swoft/rpc-server)
[![Php Version](https://img.shields.io/badge/php-%3E=7.1-brightgreen.svg?maxAge=2592000)](https://secure.php.net/)
[![Swoft Doc](https://img.shields.io/badge/docs-passing-green.svg?maxAge=2592000)](https://www.swoft.org/docs)
[![Swoft License](https://img.shields.io/hexpm/l/plug.svg?maxAge=2592000)](https://github.com/swoft-cloud/swoft/blob/master/LICENSE)Swoft Rpc Server Component
## [中文说明](README.zh-CN.md)
中文说明请查看 [README.zh-CN.md](README.zh-CN.md)
## Install
- composer command
```bash
composer require swoft/rpc-server
```## Resources
* [Documentation](https://swoft.org/docs)
* [Contributing](https://github.com/swoft-cloud/swoft/blob/master/CONTRIBUTING.md)
* [Report Issues][issues] and [Send Pull Requests][pulls] in the [Main Swoft Repository][repository][pulls]: https://github.com/swoft-cloud/swoft-component/pulls
[repository]: https://github.com/swoft-cloud/swoft
[issues]: https://github.com/swoft-cloud/swoft/issues## LICENSE
The Component is open-sourced software licensed under the [Apache license](LICENSE).