aaieduhr / aosi-module-soap-server
AOSI SOAP Server Module
Package info
gitlab.opencode.hr/srce/aai-eduhr/aosi/aosi-module-soap-server
Type:aosi-module
pkg:composer/aaieduhr/aosi-module-soap-server
v5.0.0
2026-04-13 14:10 UTC
Requires
- php: >=8.2
- ext-soap: *
Requires (Dev)
- aaieduhr/aosi: 5
- phpstan/phpstan: ^2.1
- phpstan/phpstan-deprecation-rules: ^2.0
- phpunit/phpunit: ^10 || ^11
- rector/rector: ^2.0
- slevomat/coding-standard: ^8
- squizlabs/php_codesniffer: ^3
This package is auto-updated.
Last update: 2026-04-15 11:00:16 UTC
README
Enable SOAP server in AOSI.
Installation
In AOSI project:
composer require aosi/aosi-module-soap-server
Enable module in config/app.php:
// Modules configuration
'modules' => [
// List of enabled modules (package names)
'enabled' => [
// Example: 'vendor/module-name'
'aaieduhr/aosi-module-soap-server',
],
],
Licence
This work is published under European Union Public License (the ‘EUPL’) v1.2.