2017 © Pedro Peláez
 

library insideapi

内部SDK 仅供内部使用

image

mayunfeng/insideapi

内部SDK 仅供内部使用

  • Friday, March 2, 2018
  • by mayunfeng
  • Repository
  • 1 Watchers
  • 1 Stars
  • 32 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 7 % Grown

The README.md

insideapi 为公司内部使用

仅作内部项目使用,非内部人员请忽视, (*1)

安装

composer require mayunfeng/insideapi

使用

$options = [
    'debug'     => true,
    'token'    => 'token',
    'access_key'    => 'access_key',
    'cache' => 'Doctrine\Common\Cache\RedisCache', // RedisCache 实例了 `Doctrine\Common\Cache\Cache` 接口
    'log' => [
        'level' => 'debug',
        'file'  => '/tmp/insideapi.log',
    ],
    /**
     * Guzzle 全局设置
     *
     * 更多请参考: http://docs.guzzlephp.org/en/latest/request-options.html
     */
    'guzzle' => [
        'timeout' => 3.0, // 超时时间(秒)
        //'verify' => false, // 关掉 SSL 认证(强烈不建议!!!)
    ],
    // ...
];

$app = new Application($options);
$result = $app->manage->addUser();
if($result['Success']){
    // do something
} else {
    // do something
}

The Versions

02/03 2018

dev-master

9999999-dev

内部SDK 仅供内部使用

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar mayunfeng

内部 api

02/03 2018

1.6

1.6.0.0

内部SDK 仅供内部使用

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar mayunfeng

内部 api

24/02 2018

1.5

1.5.0.0

内部SDK 仅供内部使用

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar mayunfeng

内部 api

24/02 2018

1.4

1.4.0.0

内部SDK 仅供内部使用

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar mayunfeng

内部 api

24/02 2018

1.3

1.3.0.0

内部SDK 仅供内部使用

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar mayunfeng

内部 api

22/02 2018

1.2

1.2.0.0

内部SDK 仅供内部使用

  Sources   Download

MIT

The Requires

 

by Avatar mayunfeng

内部 api

12/02 2018

1.1

1.1.0.0

内部SDK 仅供内部使用

  Sources   Download

MIT

The Requires

 

by Avatar mayunfeng

内部 api

12/02 2018

1.0

1.0.0.0

内部SDK 仅供内部使用

  Sources   Download

MIT

The Requires

  • php >=7.0.0

 

The Development Requires

by Avatar mayunfeng

内部 api