Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hprose/hprose-yii
Hprose Server for Yii
https://github.com/hprose/hprose-yii
cross-language cross-platform hprose rpc-framework
Last synced: about 2 months ago
JSON representation
Hprose Server for Yii
- Host: GitHub
- URL: https://github.com/hprose/hprose-yii
- Owner: hprose
- License: mit
- Created: 2016-07-20T06:45:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-07-01T04:01:32.000Z (over 2 years ago)
- Last Synced: 2024-10-14T01:17:47.519Z (3 months ago)
- Topics: cross-language, cross-platform, hprose, rpc-framework
- Language: CSS
- Size: 31.3 KB
- Stars: 35
- Watchers: 9
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Hprose for Yii 2
[![Build Status](https://travis-ci.org/hprose/hprose-yii.svg?branch=master)](https://travis-ci.org/hprose/hprose-yii)
![Supported PHP versions: 5.3 .. 7.1](https://img.shields.io/badge/php-5.3~7.1-blue.svg)
[![Packagist](https://img.shields.io/packagist/v/hprose/hprose-yii.svg)](https://packagist.org/packages/hprose/hprose-yii)
[![Packagist Download](https://img.shields.io/packagist/dm/hprose/hprose-yii.svg)](https://packagist.org/packages/hprose/hprose-yii)
[![License](https://img.shields.io/packagist/l/hprose/hprose-yii.svg)](https://packagist.org/packages/hprose/hprose-yii)## Introduction
*Hprose* is a High Performance Remote Object Service Engine.
It is a modern, lightweight, cross-language, cross-platform, object-oriented, high performance, remote dynamic communication middleware. It is not only easy to use, but powerful. You just need a little time to learn, then you can use it to easily construct cross language cross platform distributed application system.
*Hprose* supports many programming languages, for example:
* AAuto Quicker
* ActionScript
* ASP
* C++
* Dart
* Delphi/Free Pascal
* dotNET(C#, Visual Basic...)
* Golang
* Java
* JavaScript
* Node.js
* Objective-C
* Perl
* PHP
* Python
* Ruby
* ...Through *Hprose*, You can conveniently and efficiently intercommunicate between those programming languages.
This project is the implementation of Hprose for Yii 2.
More Documents for Hprose 2.0: https://github.com/hprose/hprose-php/wiki
More Documents for Hprose-yii 2.0: https://github.com/hprose/hprose-yii/wiki
## Installation
### Download Source Code
[Download Link](https://github.com/hprose/hprose-yii/archive/master.zip)### install by `composer`
```javascript
{
"require": {
"hprose/hprose-yii": "^2.0"
}
}
```