zendframework/zend-soap
Zend Framework’s SOAP component for building SOAP clients and servers in PHP. Includes WSDL generation/consumption, automatic class mapping, and helpers for encoding/decoding and fault handling—useful for integrating legacy SOAP services and APIs.
For Executives: "This package lets us integrate with critical SOAP-based systems (e.g., [Vendor X’s legacy API]) without building a custom solution, saving [X] months of dev time and [Y]% in costs. While not actively maintained, it’s battle-tested and aligns with our short-term goals to modernize [System Z] while keeping compliance intact. We’ll mitigate risk by treating this as a temporary bridge until we migrate to REST/GraphQL."
For Engineering: *"Zend SOAP gives us a lightweight, dependency-free way to handle SOAP requests/responses in Laravel. Key benefits:
For Developers: *"This is a drop-in SOAP client/server for Laravel. Example use case:
$client = new \Zend\Soap\Client('https://legacy-api.example.com?wsdl');
$result = $client->someLegacyMethod(['param' => 'value']);
How can I help you explore Laravel packages today?