gravityrd/php-client
Composer 安装命令:
composer require gravityrd/php-client
包简介
PHP client to access Gravity R&D
README 文档
README
PHP client API to access Gravity Research and Developments, for documentation please refer to this link.
Installation
Preferred installation is with composer:
$ composer require gravityrd/php-client
Without composer:
<?php require 'path/to/GravityClient.php'; use Gravity\GravityClient; use Gravity\GravityClientConfig; $client = new GravityClient(new GravityClientConfig());
Development
For development please use composer with development dependencies.
统计信息
- 总下载量: 77.47k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2015-08-08