Add readme files

This commit is contained in:
Andreas Schamberger
2013-08-24 17:31:35 +02:00
parent 9f9bab242d
commit f5a8573a4e
5 changed files with 183 additions and 0 deletions

View 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
```