Skip to content

Instantly share code, notes, and snippets.

View tschoffelen's full-sized avatar
❄️
Back January 5th! Happy holidays!

Thomas Schoffelen tschoffelen

❄️
Back January 5th! Happy holidays!
View GitHub Profile
<?php
/**
* This class can add WSSecurity authentication support to SOAP clients
* implemented with the PHP 5 SOAP extension.
*
* It extends the PHP 5 SOAP client support to add the necessary XML tags to
* the SOAP client requests in order to authenticate on behalf of a given
* user with a given password.
*