econea/nusoap
NuSOAP for Laravel: a maintained PHP SOAP client/server library packaged for modern apps. Call WSDL services, build SOAP requests/responses, and integrate legacy SOAP APIs without the native SOAP extension, with Composer-friendly installation.
To install this library use Composer.
composer require econea/nusoap
// Config
$client = new nusoap_client('example.com/api/v1', 'wsdl');
$client->soap_defencoding = 'UTF-8';
$client->decode_utf8 = FALSE;
// Calls
$result = $client->call($action, $data);
See how to contribute to this package.
This package is currently maintained by these authors.
Consider to support f3l1x. Also thank you for using this package.
How can I help you explore Laravel packages today?