2017 © Pedro Peláez
 

library jsdl-loader

A stand-alone JSON Service Description loader for Guzzle 5.x based on the ServiceDescriptionLoader class from Guzzle 3.x

image

webbj74/jsdl-loader

A stand-alone JSON Service Description loader for Guzzle 5.x based on the ServiceDescriptionLoader class from Guzzle 3.x

  • Wednesday, June 3, 2015
  • by webbj74
  • Repository
  • 1 Watchers
  • 1 Stars
  • 19,569 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 3 Versions
  • 12 % Grown

The README.md

jsdl-loader

A stand-alone JSON Service Description loader for Guzzle 5.x based on the ServiceDescriptionLoader class from Guzzle 3.x, (*1)

Usage

This software is still pre-release., (*2)

Add to composer:, (*3)

$ composer require "webbj74/jsdl-loader:~0.1"

or, (*4)

$ composer require "webbj74/jsdl-loader:dev-master"

Based on the guzzle/guzzle-services example., (*5)

use GuzzleHttp\Client;
use GuzzleHttp\Command\Guzzle\Description;
use GuzzleHttp\Command\Guzzle\GuzzleClient;
use Webbj74\JSDL\Loader\ServiceDescriptionLoader;

$client = new Client();
$jsdlLoader = new ServiceDescriptionLoader();
$description = new Description($jsdlLoader->load($pathToServiceDescription));

// Create a new Guzzle Service Description client
$guzzleClient = new GuzzleClient($client, $description);

The Versions

03/06 2015

dev-master

9999999-dev https://github.com/webbj74/jsdl-loader

A stand-alone JSON Service Description loader for Guzzle 5.x based on the ServiceDescriptionLoader class from Guzzle 3.x

  Sources   Download

MIT

The Requires

  • php >=5.5

 

rest guzzle web service webservice

03/06 2015

0.1.1

0.1.1.0 https://github.com/webbj74/jsdl-loader

A stand-alone JSON Service Description loader for Guzzle 5.x based on the ServiceDescriptionLoader class from Guzzle 3.x

  Sources   Download

MIT

The Requires

  • php >=5.5

 

rest guzzle web service webservice

03/02 2015

0.1.0

0.1.0.0 https://github.com/webbj74/guzzle-service-description-loader

A stand-alone JSON Service Description loader for Guzzle 5.x based on the ServiceDescriptionLoader class from Guzzle 3.x

  Sources   Download

MIT

The Requires

  • php >=5.5

 

rest guzzle web service webservice