You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,12 @@ You can install the Bing Ads PHP SDK using the [Composer](https://getcomposer.or
7
7
8
8
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.
9
9
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`.
11
13
12
14
**Note:** Windows users who did not add *composer.phar* to the *PATH* will need to type `php composer.phar require microsoft/bingads` instead.
13
15
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.
15
17
16
18
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