Skip to content

Allows for handling PHP Soap Client options in a way that validity and type safety are assured.

License

Notifications You must be signed in to change notification settings

MetaSyntactical/php-soap-client-options

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP SoapClient Options

Allows for handling PHP Soap Client options in a way that validity and type safety are assured.

Usage

Minimal example

$location = new \MetaSyntactical\SoapClientOptions\Params\Location('https://soap-endpoint.example.com');
$options = new \MetaSyntactical\SoapClientOptions\Options($location);
new \SoapClient($wsdl, $options->getOptionsArray();

About

Allows for handling PHP Soap Client options in a way that validity and type safety are assured.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages