2017 © Pedro Peláez
 

library generic-api-client

Generic API Client for PHP

image

abdala/generic-api-client

Generic API Client for PHP

  • Sunday, January 28, 2018
  • by abdala
  • Repository
  • 2 Watchers
  • 4 Stars
  • 218 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 17 % Grown

The README.md

GANT - Generic API client

Resources

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, (*1)

<?php
$client = new CloudFlare\Client([
    'version' => '4',
    'key' => 'your key',
    'email' => 'email@domain.com'
]);
echo $client->listZones();

The Versions

28/01 2018

dev-master

9999999-dev http://abda.la

Generic API Client for PHP

  Sources   Download

Apache-2.0 Apache 2.0

The Requires

 

The Development Requires

api base generic

19/09 2016

0.1.2

0.1.2.0 http://abda.la

Generic API Client for PHP

  Sources   Download

Apache 2.0

The Requires

 

The Development Requires

api base generic

20/11 2015

0.1.1

0.1.1.0 http://abda.la

Generic API Client for PHP

  Sources   Download

Apache 2.0

The Requires

 

The Development Requires

api base generic

20/11 2015

0.1

0.1.0.0 http://abda.la

Generic API Client for PHP

  Sources   Download

Apache 2.0

The Requires

 

The Development Requires

api base generic