omojunior/ph-pwss-soap-client

This package is a wrapper based around the PHP soap Client,the package main purpose is to help developers make a call to web services using wsdl and wss security as their authentication method.

1.0 2022-10-20 19:42 UTC

This package is auto-updated.

Last update: 2024-04-20 23:37:30 UTC


README

This package is a wrapper based around the PHP SOAP API Client,the package main purpose is to help developers make a call to web services using wsdl and wss security as their authentication method.

This is basic wrapper for Soap web services that uses WSDL and WSS for authentication

All you need to do is install the package via composer:

......><>......<><>.............................

composer require omojunior/ph-pwss-soap-client

......><>......<><>.............................

and once installed you can call on the soap client

use Omojunior\PhPwssSoapClient\Soap;

or you can directly instatiate it ......><>......<><>............................. ......><>......<><>.............................

$newInstant = \Omojunior\PhPwssSoapClient\Soap(); $newInstant->call($wsdl,$username,$password,$function_name,$parameters);

......><>......<><>............................. ......><>......<><>.............................

if there's any bug kindly make a pull request with suggestions and detail explaination ::