README update

This commit is contained in:
Ghislain Loaec 2018-04-06 11:58:10 +02:00
parent 498012697d
commit 735f6a5826
1 changed files with 7 additions and 31 deletions

View File

@ -1,35 +1,11 @@
# BeSimpleSoap # BeSimpleSoap (Symfony 3.0)
Build SOAP and WSDL based web services This fork aim to provide the BeSimpleSoap bundles compatibles with Symfony 3.
# Components We forked the official
[BeSimpleSoap](https://github.com/BeSimple/BeSimpleSoap) repository in
BeSimpleSoap consists of five components ... order to sucessfully maintain some projects of ours. Therefore, **we are
not going to maintain this library**.
## BeSimpleSoapBundle
The BeSimpleSoapBundle is a Symfony2 bundle to build WSDL and SOAP based web services.
For further information see the [README](https://github.com/BeSimple/BeSimpleSoap/blob/master/src/BeSimple/SoapBundle/README.md).
## BeSimpleSoapClient
The BeSimpleSoapClient is a component that extends the native PHP SoapClient with further features like SwA, MTOM and WS-Security.
For further information see the [README](https://github.com/BeSimple/BeSimpleSoap/blob/master/src/BeSimple/SoapClient/README.md).
## BeSimpleSoapCommon
The BeSimpleSoapCommon component contains functionylity shared by both the server and client implementations.
For further information see the [README](https://github.com/BeSimple/BeSimpleSoap/blob/master/src/BeSimple/SoapCommon/README.md).
## BeSimpleSoapServer
The BeSimpleSoapServer is a component that extends the native PHP SoapServer with further features like SwA, MTOM and WS-Security.
For further information see the [README](https://github.com/BeSimple/BeSimpleSoap/blob/master/src/BeSimple/SoapServer/README.md).
## BeSimpleSoapWsdl
For further information see the [README](https://github.com/BeSimple/BeSimpleSoap/blob/master/src/BeSimple/SoapWsdl/README.md).
# Installation # Installation
@ -44,7 +20,7 @@ Create a `composer.json` file:
```json ```json
{ {
"require": { "require": {
"besimple/soap": "0.2.*@dev" "cadoles/soap": "0.3.*@dev"
} }
} }
``` ```