metasyntactical/php-soap-client-options

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

Installs: 739

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 0

Open Issues: 2

pkg:composer/metasyntactical/php-soap-client-options

v0.3.0 2019-12-04 13:58 UTC

This package is auto-updated.

Last update: 2025-10-05 03:36:03 UTC


README

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();