PHPackages                             eightpoints/guzzle-wsse-middleware - 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. [Framework](/categories/framework)
4. /
5. eightpoints/guzzle-wsse-middleware

ActiveLibrary[Framework](/categories/framework)

eightpoints/guzzle-wsse-middleware
==================================

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

v4.3.0(6y ago)312.1M—5%3[1 issues](https://github.com/8p/guzzle-wsse-middleware/issues)5MITPHPPHP &gt;=5.5

Since Oct 20Pushed 6y ago1 watchersCompare

[ Source](https://github.com/8p/guzzle-wsse-middleware)[ Packagist](https://packagist.org/packages/eightpoints/guzzle-wsse-middleware)[ Docs](https://github.com/8p/guzzle-wsse-middleware)[ RSS](/packages/eightpoints-guzzle-wsse-middleware/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (13)Used By (5)

Guzzle WSSE Middleware
[![Latest Stable Version](https://camo.githubusercontent.com/bfa0e5e30efe16b78842c2924d883a1a0bebbdc3091e0bd825e0d7daa281c710/68747470733a2f2f706f7365722e707567782e6f72672f6569676874706f696e74732f67757a7a6c652d777373652d6d6964646c65776172652f762f737461626c652e706e67)](https://packagist.org/packages/eightpoints/guzzle-wsse-middleware) [![Total Downloads](https://camo.githubusercontent.com/fe07d767f77babdade996818bcadbbb7173b0082a3ba00107e41b91fd89d78be/68747470733a2f2f706f7365722e707567782e6f72672f6569676874706f696e74732f67757a7a6c652d777373652d6d6964646c65776172652f646f776e6c6f6164732e706e67)](https://packagist.org/packages/eightpoints/guzzle-wsse-middleware) [![License](https://camo.githubusercontent.com/9c58637397269f2eb495b1ff285c5b2fcd292a1a073b82a8318b2abad9f49b73/68747470733a2f2f706f7365722e707567782e6f72672f6569676874706f696e74732f67757a7a6c652d777373652d6d6964646c65776172652f6c6963656e73652e737667)](https://packagist.org/packages/eightpoints/guzzle-wsse-middleware)
==================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#guzzle-wsse-middleware--)

This middleware integrates [WSSE](http://www.xml.com/pub/a/2003/12/17/dive.html) funtionality into Guzzle, a PHP framework for building RESTful web service clients.

Requirements
------------

[](#requirements)

- PHP 5.5 or above
- [Guzzle PHP Framework](http://guzzlephp.org/)

Installation
------------

[](#installation)

Using [composer](https://getcomposer.org/):

```
{
    "require": {
        "eightpoints/guzzle-wsse-middleware": "^4.1.1"
    }
}
```

Usage
-----

[](#usage)

```
