fvgestao/generic-api-client
最新稳定版本:0.1.4
Composer 安装命令:
composer require fvgestao/generic-api-client
包简介
Generic API Client for PHP
README 文档
README
Resources
- User Guide – For both getting started and in-depth SDK usage information
- API Docs – For details about operations, parameters, and responses
- Blog – Tips & tricks, articles, and announcements
- AWS Sample Project - A quick, sample project to help get you started
- Generic Sample Project
Features
- Provides easy-to-use HTTP client
- Is built on Guzzle, and utilizes many of its features, including persistent connections, asynchronous requests, middlewares, etc.
- Provides convenience features including easy result pagination via Paginators, Waiters, and simple Result objects.
- Provides a multipart uploader tool
Install
composer require abdala/generic-api-client
Quick Examples
CloudFlare Client
Sample project: https://github.com/abdala/cloudflare-client
<?php $client = new CloudFlare\Client([ 'version' => '4', 'key' => 'your key', 'email' => 'email@domain.com' ]); echo $client->listZones();
Related Projects
- AWS Service Provider for Laravel
- AWS SDK ZF2 Module
- AWS Service Provider for Silex
- AWS SDK Bundle for Symfony
- Guzzle Version 6 – PHP HTTP client and framework
统计信息
- 总下载量: 132
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2022-07-14