An enhanced, drop-in replacement for PHP's native SOAP library

0.1.0 2016-02-07 14:03 UTC

This package is auto-updated.

Last update: 2024-02-29 03:11:12 UTC


README

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

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.

Install

Via Composer

$ composer require carlosafonso/soapi

Usage

(TBC)

Change log

Please see CHANGELOG for more information on what has changed recently.

Testing

$ composer test

Contributing

Please see CONTRIBUTING and CONDUCT for details.

Security

If you discover any security related issues, please email the author instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.