Skip to content

Commit 9fa181b

Browse files
committed
Add installation to README
1 parent 8675df7 commit 9fa181b

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,24 @@ This library’s features include the following.
2525
* Completely unit tested (still working on that one).
2626
* Use the client in conjunction with the Symfony2
2727
[Mapper Bundle](https://github.com/ddeboer/DdeboerSalesforceMapperBundle)
28-
to get even easier access to your Salesforce data.
28+
to get even easier access to your Salesforce data.
29+
30+
Installation
31+
------------
32+
33+
This library is available on [Packagist](http://packagist.org/packages/phpforce/soap-client).
34+
The recommended way to install this library is through [Composer](http://getcomposer.org).
35+
36+
To install it, add the following to your `composer.json`:
37+
38+
```JSON
39+
{
40+
"require": {
41+
...
42+
"phpforce/soap-client": "dev-master",
43+
...
44+
}
45+
}
46+
```
47+
48+
And run `$ php composer.phar install`.

0 commit comments

Comments
 (0)