vaclavvanik / soap-client
Lightweight low-level PSR-18 SOAP client
dev-master / 0.1.x-dev
2021-12-10 11:35 UTC
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-05-12 07:16:40 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.