srpc/srpc

There is no license information available for the latest version (dev-master) of this package.

dev-master 2018-03-27 03:06 UTC

This package is not auto-updated.

Last update: 2024-05-12 03:41:22 UTC


README

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.