# qcloud-apigateway-http **Repository Path**: freyo/qcloud-apigateway-http ## Basic Information - **Project Name**: qcloud-apigateway-http - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-07-27 - **Last Updated**: 2021-04-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Tencent Cloud API Gateway PHP SDK

Software License Quality Score Packagist Version Total Downloads

FOSSA Status

## Requirement 1. PHP >= 7.1.3 2. **[Composer](https://getcomposer.org/)** 3. openssl 拓展 ## Installation ```shell $ composer require freyo/qcloud-apigateway-http -vvv ``` ## Usage ```php 'array', 'secret_key' => 'your-secret-key', 'secret_id' => 'your-secret-id', 'region' => 'your-gateway-region', // e.g., ap-guangzhou 'log' => [ 'file' => __DIR__ . DIRECTORY_SEPARATOR . 'apigateway.log', 'level' => 'debug', ], 'http' => [ 'base_uri' => 'http://{service-id}.{region}.apigw.tencentcs.com', // 'base_uri' => 'http://{service-id}.{region}.apigateway.myqcloud.com', ], ]); $response = $app->base_client->httpGet('path/to'); var_dump($response); ``` ## License The MIT License (MIT). Please see [License File](LICENSE) for more information. [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Ffreyo%2Fqcloud-apigateway-http.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Ffreyo%2Fqcloud-apigateway-http?ref=badge_large)