From 735f6a5826742ea1801654e5a581902e4002fbae Mon Sep 17 00:00:00 2001 From: Ghislain Loaec Date: Fri, 6 Apr 2018 11:58:10 +0200 Subject: [PATCH] README update --- README.md | 38 +++++++------------------------------- 1 file changed, 7 insertions(+), 31 deletions(-) diff --git a/README.md b/README.md index e1caac8..a8d9627 100644 --- a/README.md +++ b/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 - -BeSimpleSoap consists of five components ... - -## 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). +We forked the official +[BeSimpleSoap](https://github.com/BeSimple/BeSimpleSoap) repository in +order to sucessfully maintain some projects of ours. Therefore, **we are +not going to maintain this library**. # Installation @@ -44,7 +20,7 @@ Create a `composer.json` file: ```json { "require": { - "besimple/soap": "0.2.*@dev" + "cadoles/soap": "0.3.*@dev" } } ```