Skip to content

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.

License

Notifications You must be signed in to change notification settings

OMOJUNIOR/PHPwssSoapClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHPwssSoapClient

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 ::

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages