antwerpes / laravel-soap
A SoapClient wrapper integration for Laravel
1.0.0
2025-04-28 13:03 UTC
Requires
- php: ^8.2
- ext-bcmath: *
- ext-dom: *
- ext-intl: *
- ext-json: *
- ext-simplexml: *
- ext-soap: *
- illuminate/contracts: ^12.0
- illuminate/http: ^12.0
- illuminate/support: ^12.0
- php-http/client-common: ^2.7
- php-http/discovery: ^1.20
- php-http/guzzle7-adapter: ^1.1
- php-http/message: ^1.16
- php-soap/ext-soap-engine: ^1.7
- php-soap/psr18-transport: ^1.7
- php-soap/psr18-wsse-middleware: ^2.6
- phpro/soap-client: ^4.0
- robrichards/wse-php: ^2.0
- spatie/laravel-package-tools: ^1.91
- symfony/cache: ^7.2
- veewee/xml: ^3.3
Requires (Dev)
- chiiya/code-style-php: ^3.1
- laminas/laminas-code: ^4.8.0
- larastan/larastan: ^3.4
- nunomaduro/collision: ^8.0
- orchestra/testbench: ^10.0
- phpunit/phpunit: ^11.0
- symfony/options-resolver: ^7.2
This package is auto-updated.
Last update: 2025-04-28 13:04:44 UTC
README
Fork of codedredd/laravel-soap compatible with Laravel 12 and PHP 8.4
Installation
You can install the package via composer:
composer require antwerpes/laravel-soap
Usage
For usage details, see the original documentation, but
replace Codedredd\Soap
namespaces with Antwerpes\Soap
.
Testing
just test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
License
The MIT License (MIT). Please see License File for more information.