Skip to content

Commit a1660eb

Browse files
committed
update README
1 parent 68ca0f3 commit a1660eb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ You can install the Bing Ads PHP SDK using the [Composer](https://getcomposer.or
77

88
1. Download and install [Composer](https://getcomposer.org/doc/00-intro.md#introduction). Microsoft Windows users should also add composer.phar to your *PATH* variable.
99

10-
2. Open a command prompt and type `composer require microsoft/bingads`.
10+
2. Make sure your php.ini file has extension=soap.
11+
12+
3. Open a command prompt and type `composer require microsoft/bingads`.
1113

1214
**Note:** Windows users who did not add *composer.phar* to the *PATH* will need to type `php composer.phar require microsoft/bingads` instead.
1315

14-
3. To get updates going forward, type `composer update`. If any updates are available at packagist, composer will install the latest version.
16+
4. To get updates going forward, type `composer update`. If any updates are available at packagist, composer will install the latest version.
1517

1618
For more information see [Get Started Using PHP with Bing Ads Services](https://docs.microsoft.com/en-us/bingads/guides/get-started-php).

0 commit comments

Comments
 (0)