Skip to content

leon0204/SrpcClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SRpc

RpcClient composer repository

icon

Via Composer

  • bash composer require srpc/srpc dev-master (Rec)

  • Usage:

  1. config Srpc\Utils / Config.php and RpcConfig.php services and env 。

  2. demo based on Yaf Framework conf to differ Dev,Production,localhost env。

use Srpc\Srpc;
// Srpc::get('ServicesName')->ServicesMethodName($params);
$staffResponse= Srpc::get('UploadService')->GetUpload($getStaffQuery);

Update Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[0.1.0] - 2018-03-26

Add Base Config

  • INIT add base config@leon0204.
  • Model add base model.etc,Catch,Img,Article.@leon0204.

About

SrpcClient Composer 公司在用的rpc框架

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages