Skip to content

Commit 421933e

Browse files
author
Dan Richelson
committed
Update readme
1 parent 2b5293a commit 421933e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,21 @@ LaunchDarkly SDK for PHP
88
Requirements
99
------------
1010
1. PHP 5.5 or higher.
11-
1. We strongly suggest you include [monolog](https://packagist.org/packages/monolog/monolog) version 1.21.0 or higher for logging.
11+
1. A [PSR-3](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md)-compatible logger. We suggest [monolog](https://packagist.org/packages/monolog/monolog) version 1.21.0 or higher.
1212

1313
Quick setup
1414
-----------
1515

16-
0. Install the PHP SDK with [Composer](https://getcomposer.org/)
16+
1. Install the PHP SDK and monolog for logging with [Composer](https://getcomposer.org/)
1717

1818
php composer.phar require launchdarkly/launchdarkly-php
19-
php composer.phar require "guzzlehttp/guzzle:6.2.1"
20-
php composer.phar require "kevinrob/guzzle-cache-middleware": "1.4.1"
19+
php composer.phar require monolog/monolog:1.21.0
2120

2221
1. After installing, require Composer's autoloader:
2322

2423
require 'vendor/autoload.php';
2524

26-
2. Create a new LDClient with your SDK key:
25+
1. Create a new LDClient with your SDK key:
2726

2827
$client = new LaunchDarkly\LDClient("your_sdk_key");
2928

0 commit comments

Comments
 (0)