Registry / networking / phpro-soap-client

phpro-soap-client

JSON →
library6.2.0phppackagistunverified

A general purpose SoapClient library

composer require phpro/soap-client
INSTALL
IMPORT
SIG · PHPRO-SOAP-CLIENT
P
phpro-soap-client
networkingphpv6.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Client
✓ use Phpro\SoapClient\Client;

Create a SOAP client and call a method

use Phpro\SoapClient\Client; use Phpro\SoapClient\Soap\Driver\ExtSoap\ExtSoapOptions; $client = Client::createFromOptions(ExtSoapOptions::defaults('http://example.com/service.wsdl')); $result = $client->call('SomeMethod', ['param' => 'value']);
Debug
Known issues
breakingRequires the ext-soap extension.
fix
Install php-soap extension.
affects: >=6.0.0
Upgrade
Version history
6.2.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
20
OpenAI (training)
1
Resources
phpro-soap-client — pip install phpro-soap-client · libregistry