File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed
Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff 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 ` .
You can’t perform that action at this time.
0 commit comments