SRpc
RpcClient composer repository
, (*1)
Via Composer
-
config Srpc\Utils / Config.php and RpcConfig.php services and env 。, (*4)
-
demo based on Yaf Framework conf to differ Dev,Production,localhost env。, (*5)
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., (*6)
The format is based on Keep a Changelog
and this project adheres to Semantic Versioning., (*7)
[0.1.0] - 2018-03-26
Add Base Config
- INIT add base config@leon0204.
- Model add base model.etc,Catch,Img,Article.@leon0204.