pawel-slowik / slim-soap-server

A SOAP server based on the Slim Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Tests

Run tests with:

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

About

A SOAP server based on the Slim Framework

License:MIT License


Languages

Language:PHP 93.8%Language:HTML 5.0%Language:Dockerfile 1.2%