PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of WsdlToPhp   WsSecurity   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: WsSecurity
Create header to set password for SOAP requests
Author: By
Last change:
Date: 6 years ago
Size: 832 bytes
 

Contents

Class file image Download
{ "name" : "wsdltophp/wssecurity", "description" : "Allows to easily add Ws Security header to a SOAP Request", "type" : "library", "keywords" : ["soap","php","wsse"], "license" : "MIT", "authors" : [ { "name": "Mikaël DELSOL", "email": "contact@wsdltophp.com", "homepage": "https://www.wsdltophp.com", "role": "Owner" } ], "support" : { "email" : "contact@wsdltophp.com" }, "require" : { "php" : ">=5.3", "ext-soap": "*" }, "require-dev": { "phpunit/phpunit": "^4.8 || ^6.0", "friendsofphp/php-cs-fixer": "^2.0" }, "autoload" : { "psr-4" : { "WsdlToPhp\\WsSecurity\\" : "src", "WsdlToPhp\\WsSecurity\\Tests\\": "tests" } } }