2017 © Pedro Peláez
 

library iconfig-php

The iConfig SDK provides a wrapper for the HTTP API.

image

netsells/iconfig-php

The iConfig SDK provides a wrapper for the HTTP API.

  • Wednesday, October 19, 2016
  • by spamoom
  • Repository
  • 1 Watchers
  • 0 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

iConfig PHP client

This is the iConfig PHP SDK. This SDK contains methods for easily interacting with the iConfig API., (*1)

StyleCI, (*2)

Installation

To install the SDK, you will need to be using Composer in your project. If you aren't using Composer yet, it's really simple! Here's how to install composer:, (*3)

curl -sS https://getcomposer.org/installer | php

The iConfig api client is not hard coupled to Guzzle or any other library that sends HTTP messages. It uses an abstraction called HTTPlug. This will give you the flexibilty to choose what PSR-7 implementation and HTTP client to use., (*4)

If you just want to get started quickly you should run the following command:, (*5)

php composer.phar require netsells/iconfig-php php-http/curl-client guzzlehttp/psr7

Why requiring so many packages?

iConfig PHP SDK has a dependency on the virtual package php-http/client-implementation which requires to you install an adapter, but we do not care which one. That is an implementation detail in your application. We also need a PSR-7 implementation and a message factory., (*6)

You do not have to use the php-http/curl-client if you do not want to. You may use the php-http/guzzle6-adapter. Read more about the virtual packages, why this is a good idea and about the flexibility it brings at the HTTPlug docs., (*7)

The Versions

19/10 2016

dev-master

9999999-dev

The iConfig SDK provides a wrapper for the HTTP API.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Sam Jordan