2017 © Pedro Peláez
 

library core

core php library

image

linyuee/core

core php library

  • Thursday, January 4, 2018
  • by linyueb
  • Repository
  • 1 Watchers
  • 0 Stars
  • 28 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

核心代码模块

http模块使用方法:, (*1)

$response = \Linyuee\Http\HttpHelper::curl('10.8.8.99/v4_1/upload_complete','POST',$params,$header);
$body = $response->getBody();

生成签名字符串使用方法, (*2)

$sign_str = \Linyuee\Auth\Signature::SignMd5($params,$access_key_secret)

异常模块使用方法 ``` throw new \Linyuee\Exception\ApiException('message','UNKNOWN_ERROR',400);, (*3)

The Versions

04/01 2018

dev-master

9999999-dev

core php library

  Sources   Download

MIT

The Requires

  • php >=5.3

 

by linyue

05/12 2017

1.0.0

1.0.0.0

core php library

  Sources   Download

MIT

The Requires

  • php >=5.3

 

by linyue

21/11 2017

0.0.1

0.0.1.0

core php library

  Sources   Download

MIT

The Requires

  • php >=5.3

 

by linyue