2017 © Pedro Peláez
 

library guzzle-wsse-plugin

WSSE Middleware for Guzzle, a PHP HTTP client library and framework for building RESTful web service clients

image

eightpoints/guzzle-wsse-plugin

WSSE Middleware for Guzzle, a PHP HTTP client library and framework for building RESTful web service clients

  • Friday, June 3, 2016
  • by floeH
  • Repository
  • 2 Watchers
  • 7 Stars
  • 41,240 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 2 Open issues
  • 12 Versions
  • 1 % Grown

The README.md

Guzzle WSSE Middleware
Latest Stable Version Total Downloads License

This middleware integrates WSSE funtionality into Guzzle, a PHP framework for building RESTful web service clients., (*1)

Requirements

Installation

Using composer:, (*2)

``` json { "require": { "eightpoints/guzzle-wsse-middleware": "^4.1.1" } }, (*3)



Usage ----- ``` php <?php $wsse = new \EightPoints\Guzzle\WsseAuthMiddleware($username, $password); # Optional: Set createdAt by a expression (if not, current time will be used automatically) # http://php.net/manual/en/datetime.formats.relative.php # Useful if there is a small difference of time between client and server # DateTime object will be regenerated for every request $wsse->setCreatedAtTimeExpression('-10 seconds'); $stack = \GuzzleHttp\HandlerStack::create(); // Add the wsse middleware to the handler stack. $stack->push($wsse->attach()); $client = new \GuzzleHttp\Client(['handler' => $stack]); $response = $client->get('http://www.8points.de');

Authors

See also the list of [contributors][5] who participated in this project., (*4)

License

This middleware is licensed under the MIT License - see the LICENSE file for details, (*5)

The Versions

03/06 2016

dev-master

9999999-dev https://github.com/8p/guzzle-wsse-middleware

WSSE Middleware for Guzzle, a PHP HTTP client library and framework for building RESTful web service clients

  Sources   Download

MIT

The Requires

 

plugin middleware curl framework rest http client web service http client wsse

03/06 2016

v4.2.0

4.2.0.0 https://github.com/8p/guzzle-wsse-middleware

WSSE Middleware for Guzzle, a PHP HTTP client library and framework for building RESTful web service clients

  Sources   Download

MIT

The Requires

 

plugin middleware curl framework rest http client web service http client wsse

21/05 2016

dev-feature/unique_nonce

dev-feature/unique_nonce https://github.com/8p/guzzle-wsse-middleware

WSSE Middleware for Guzzle, a PHP HTTP client library and framework for building RESTful web service clients

  Sources   Download

MIT

The Requires

 

plugin middleware curl framework rest http client web service http client wsse

21/05 2016

v4.1.1

4.1.1.0 https://github.com/8p/guzzle-wsse-middleware

WSSE Middleware for Guzzle, a PHP HTTP client library and framework for building RESTful web service clients

  Sources   Download

MIT

The Requires

 

plugin middleware curl framework rest http client web service http client wsse

20/05 2016

v4.1.0

4.1.0.0 https://github.com/8p/guzzle-wsse-middleware

WSSE Middleware for Guzzle, a PHP HTTP client library and framework for building RESTful web service clients

  Sources   Download

MIT

The Requires

 

plugin middleware curl framework rest http client web service http client wsse

08/02 2016

v4.0.0

4.0.0.0 https://github.com/8p/guzzle-wsse-middleware

WSSE Middleware for Guzzle, a PHP HTTP client library and framework for building RESTful web service clients

  Sources   Download

MIT

The Requires

 

plugin middleware curl framework rest http client web service http client wsse

17/11 2015

v3.1.0

3.1.0.0 https://github.com/8p/guzzle-wsse-middleware

WSSE Middleware for Guzzle, a PHP HTTP client library and framework for building RESTful web service clients

  Sources   Download

MIT

The Requires

 

plugin middleware curl framework rest http client web service http client wsse

14/06 2015

v3.0.0

3.0.0.0 https://github.com/8p/guzzle-wsse-middleware

WSSE Middleware for Guzzle, a PHP HTTP client library and framework for building RESTful web service clients

  Sources   Download

MIT

The Requires

  • php >=5.5

 

plugin middleware curl framework rest http client web service http client wsse

10/12 2014

v2.0.2

2.0.2.0 https://github.com/8p/guzzle-wsse-plugin

WSSE Plugin for Guzzle, a PHP HTTP client library and framework for building RESTful web service clients

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

plugin curl framework rest http client web service http client wsse

06/11 2014

v2.0.1

2.0.1.0 https://github.com/8p/guzzle-wsse-plugin

WSSE Plugin for Guzzle, a PHP HTTP client library and framework for building RESTful web service clients

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

plugin curl framework rest http client web service http client wsse

21/10 2013

v2.0.0

2.0.0.0 https://github.com/8p/guzzle-wsse-plugin

WSSE Plugin for Guzzle, a PHP HTTP client library and framework for building RESTful web service clients

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

plugin curl framework rest http client web service http client wsse

20/10 2013

v1.0

1.0.0.0 https://github.com/8p/guzzle-wsse-plugin

WSSE Plugin for Guzzle, a PHP HTTP client library and framework for building RESTful web service clients

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

plugin curl framework rest http client web service http client wsse