PHPackages                             abdala/generic-api-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. abdala/generic-api-client

ActiveLibrary[API Development](/categories/api)

abdala/generic-api-client
=========================

Generic API Client for PHP

0.1.2(9y ago)63.2k3Apache 2.0PHPPHP &gt;=5.6

Since Nov 20Pushed 8y ago2 watchersCompare

[ Source](https://github.com/abdala/gant)[ Packagist](https://packagist.org/packages/abdala/generic-api-client)[ Docs](http://abda.la)[ RSS](/packages/abdala-generic-api-client/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (9)Versions (4)Used By (0)

GANT - Generic API client
=========================

[](#gant---generic-api-client)

Resources
---------

[](#resources)

- [User Guide](http://docs.aws.amazon.com/aws-sdk-php/v3/guide/index.html) – For both getting started and in-depth SDK usage information
- [API Docs](http://docs.aws.amazon.com/aws-sdk-php/v3/api/index.html) – For details about operations, parameters, and responses
- [Blog](http://blogs.aws.amazon.com/php) – Tips &amp; tricks, articles, and announcements
- [AWS Sample Project](http://aws.amazon.com/developers/getting-started/php) - A quick, sample project to help get you started
- [Generic Sample Project](https://github.com/abdala/cloudflare-client)

Features
--------

[](#features)

- Provides easy-to-use HTTP client
- Is built on [Guzzle](http://guzzlephp.org), and utilizes many of its features, including persistent connections, asynchronous requests, middlewares, etc.
- Provides convenience features including easy result pagination via [Paginators](http://docs.aws.amazon.com/aws-sdk-php/v3/guide/guide/paginators.html), [Waiters](http://docs.aws.amazon.com/aws-sdk-php/v3/guide/guide/waiters.html), and simple [Result objects](http://docs.aws.amazon.com/aws-sdk-php/v3/guide/getting-started/basic-usage.html#result-objects).
- Provides a multipart uploader tool

Install
-------

[](#install)

```
composer require abdala/generic-api-client
```

Quick Examples
--------------

[](#quick-examples)

### CloudFlare Client

[](#cloudflare-client)

Sample project:

```
