Registry / networking / laminas-laminas-soap

laminas-laminas-soap

JSON →
library2.15.0phppackagistunverified

Laminas SOAP component for creating and consuming SOAP web services.

composer require laminas/laminas-soap
INSTALL
IMPORT
SIG · LAMINAS-LAMINAS-SO
L
laminas-laminas-soap
networkingphpv2.15.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 Laminas\Soap\Client;

Create a SOAP client to call a remote web service.

use Laminas\Soap\Client; $client = new Client('http://example.com/service.wsdl'); $result = $client->someMethod($param);
Debug
Known issues
breakingSOAP extension required
fix
Ensure the PHP SOAP extension is installed and enabled.
affects: >=2.0.0
Upgrade
Version history
2.15.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
laminas-laminas-soap — pip install laminas-laminas-soap · libregistry