All Projects → hprose → hprose-yii

hprose / hprose-yii

Licence: MIT license
Hprose Server for Yii

Programming Languages

CSS
56736 projects
PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to hprose-yii

Hprose Php
Hprose is a cross-language RPC. This project is Hprose 3.0 for PHP
Stars: ✭ 1,952 (+5477.14%)
Mutual labels:  hprose, rpc-framework, cross-language
hprose-as3
Hprose for ActionScript 3.0
Stars: ✭ 18 (-48.57%)
Mutual labels:  hprose, rpc-framework, cross-language
Jrpc
JSON-RPC implementation in C++17
Stars: ✭ 113 (+222.86%)
Mutual labels:  rpc-framework
Whatsmars
Java生态研究(Spring Boot + Redis + Dubbo + RocketMQ + Elasticsearch)🔥🔥🔥🔥🔥
Stars: ✭ 1,389 (+3868.57%)
Mutual labels:  rpc-framework
Tropicrpc
A VS Code extension that provides gRPC API endpoint testing.
Stars: ✭ 158 (+351.43%)
Mutual labels:  rpc-framework
Sea
rpc framework built on grpc
Stars: ✭ 132 (+277.14%)
Mutual labels:  rpc-framework
Mini Rpc
Spring + Netty + Protostuff + ZooKeeper 实现了一个轻量级 RPC 框架,使用 Spring 提供依赖注入与参数配置,使用 Netty 实现 NIO 方式的数据传输,使用 Protostuff 实现对象序列化,使用 ZooKeeper 实现服务注册与发现。使用该框架,可将服务部署到分布式环境中的任意节点上,客户端通过远程接口来调用服务端的具体实现,让服务端与客户端的开发完全分离,为实现大规模分布式应用提供了基础支持
Stars: ✭ 205 (+485.71%)
Mutual labels:  rpc-framework
Rpc
Simple RPC style APIs with generated clients & servers.
Stars: ✭ 192 (+448.57%)
Mutual labels:  rpc-framework
Doge
Doge is a high-performance, Python based, open source RPC framework
Stars: ✭ 144 (+311.43%)
Mutual labels:  rpc-framework
Nettyrpc
A simple RPC framework based on Netty, ZooKeeper and Spring
Stars: ✭ 1,975 (+5542.86%)
Mutual labels:  rpc-framework
Hprose Js
Hprose is a cross-language RPC. This project is Hprose 2.0 RPC for JavaScript
Stars: ✭ 133 (+280%)
Mutual labels:  rpc-framework
Tarpc
An RPC framework for Rust with a focus on ease of use.
Stars: ✭ 1,934 (+5425.71%)
Mutual labels:  rpc-framework
Fpnn
Fast Programmable Nexus Network
Stars: ✭ 220 (+528.57%)
Mutual labels:  rpc-framework
Purerpc
Asynchronous pure Python gRPC client and server implementation supporting asyncio, uvloop, curio and trio
Stars: ✭ 125 (+257.14%)
Mutual labels:  rpc-framework
goridge-php
PHP Goridge Protocol implementation
Stars: ✭ 53 (+51.43%)
Mutual labels:  rpc-framework
Gorums
Gorums simplify fault-tolerant quorum-based protocols
Stars: ✭ 113 (+222.86%)
Mutual labels:  rpc-framework
rsocket-rpc-js
Standard RSocket RPC Implementation
Stars: ✭ 29 (-17.14%)
Mutual labels:  rpc-framework
go-zero
A cloud-native Go microservices framework with cli tool for productivity.
Stars: ✭ 23,294 (+66454.29%)
Mutual labels:  rpc-framework
gk-rpc
A simple RPC framework
Stars: ✭ 16 (-54.29%)
Mutual labels:  rpc-framework
ultraman
奥特曼
Stars: ✭ 45 (+28.57%)
Mutual labels:  hprose

Hprose for Yii 2

Build Status Supported PHP versions: 5.3 .. 7.1 Packagist Packagist Download License

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

install by composer

{
    "require": {
        "hprose/hprose-yii": "^2.0"
    }
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].