Add readme files
This commit is contained in:
33
src/BeSimple/SoapCommon/README.md
Normal file
33
src/BeSimple/SoapCommon/README.md
Normal file
@ -0,0 +1,33 @@
|
||||
# BeSimpleSoapCommon
|
||||
|
||||
The BeSimpleSoapCommon component contains functionylity shared by both the server and client implementations.
|
||||
|
||||
# Features
|
||||
|
||||
* Common interfaces for SoapClient and SoapServer input/output processing flow
|
||||
* MIME parser for SwA and MTOM implementation
|
||||
* Soap type converters
|
||||
|
||||
# Installation
|
||||
|
||||
If you do not yet have composer, install it like this:
|
||||
|
||||
```sh
|
||||
curl -s http://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin
|
||||
```
|
||||
|
||||
Create a `composer.json` file:
|
||||
|
||||
```json
|
||||
{
|
||||
"require": {
|
||||
"besimple/soap-common": "dev-master"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Now you are ready to install the library:
|
||||
|
||||
```sh
|
||||
php /usr/local/bin/composer.phar install
|
||||
```
|
Reference in New Issue
Block a user