2017 © Pedro Peláez
 

library srpc

image

srpc/srpc

  • Tuesday, March 27, 2018
  • by leon0204
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

SRpc

RpcClient composer repository

icon, (*1)

Via Composer

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

  • Usage:, (*3)

  1. config Srpc\Utils / Config.php and RpcConfig.php services and env 。, (*4)

  2. 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.

The Versions

27/03 2018

dev-master

9999999-dev

  Sources   Download

The Requires

  • php >=5.5.0

 

by Avatar leon0204