vaclavvanik / soap-client
Lightweight low-level PSR-18 SOAP client
Installs: 93
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/vaclavvanik/soap-client
Requires
- php: ^7.3 || ^8.0
- ext-soap: *
- psr/http-client: ^1.0.0
- psr/http-message: ^1.0.0
- vaclavvanik/soap-binding: ^0.2.0
This package is not auto-updated.
Last update: 2025-09-29 09:17:26 UTC
README
Install
You can install this package via composer.
composer require vaclavvanik/soap-client
Usage
Exceptions
- Exception\SoapFault if soap fault thrown.
- Exception\ValueError if required argument is incorrect.
Run check - coding standards and php-unit
Install dependencies:
make install
Run check:
make check
Changelog
Please see CHANGELOG for more information what has changed recently.
License
The MIT License (MIT). Please see License File for more information.