README update
This commit is contained in:
parent
498012697d
commit
735f6a5826
38
README.md
38
README.md
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue