An enhanced, drop-in replacement of PHP's SOAP library.
PHP's native SOAP library will do the trick most of the time, but it falls somewhat short when you need to do complex stuff with your SOAP flow, such as implementing WSSE or doing some logging. This library is a drop-in replacement that allows defining custom pipelines for manipulating and working with requests and responses. Additional improvements, such as better error handling, are on the works.
Via Composer
$ composer require carlosafonso/soapi
(TBC)
Please see CHANGELOG for more information on what has changed recently.
$ composer test
Please see CONTRIBUTING and CONDUCT for details.
If you discover any security related issues, please email the author instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.