carlosafonso / soapi
An enhanced, drop-in replacement for PHP's native SOAP library
Requires
- php: ~5.5|~7.0
- league/pipeline: ^0.2.1
Requires (Dev)
- phpunit/phpunit: 4.*
- scrutinizer/ocular: ~1.1
- squizlabs/php_codesniffer: ~2.3
- symfony/var-dumper: ^3.0
This package is auto-updated.
Last update: 2024-10-29 04:53:01 UTC
README
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.