Skip to content

pawel-slowik/slim-soap-server

Repository files navigation

Build Status Coverage

A proof of concept SOAP server based on the Slim Framework. Features automated WSDL generation and integrated service documentation.

Installation

docker-compose build
docker-compose run --rm php-fpm composer install

Usage

Start the application with:

docker-compose up -d

Limitations

The classes that are being exposed as SOAP services or types need to have complete PHPDoc docblocks (native PHP typehints are not enough). This is required for the WSDL generation to work correctly. For details, see Class autodiscovery and Adding complex type information.

Tests

Run tests with:

docker-compose run --rm php-fpm composer test

About

A SOAP server based on the Slim Framework

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published