2017 © Pedro PelĂĄez
 

library soapi

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

image

carlosafonso/soapi

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

  • Saturday, September 2, 2017
  • by carlosafonso
  • Repository
  • 1 Watchers
  • 0 Stars
  • 538 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 2 % Grown

The README.md

soapi

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![Total Downloads][ico-downloads], (*1)

An enhanced, drop-in replacement of PHP's SOAP library., (*2)

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., (*3)

Install

Via Composer, (*4)

``` bash $ composer require carlosafonso/soapi, (*5)


## Usage (TBC) ## Change log Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently. ## Testing ``` bash $ composer test

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*6)

Security

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

Credits

License

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

The Versions

02/09 2017

dev-master

9999999-dev https://github.com/carlosafonso/soapi

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

  Sources   Download

MIT

The Requires

 

The Development Requires

soap