Merge branch 'readmes' of https://github.com/aschamberger/BeSimpleSoap into aschamberger-readmes
This commit is contained in:
27
src/BeSimple/SoapWsdl/README.md
Normal file
27
src/BeSimple/SoapWsdl/README.md
Normal file
@ -0,0 +1,27 @@
|
||||
# BeSimpleSoapWsdl
|
||||
|
||||
TODO ...
|
||||
|
||||
# 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-wsdl": "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