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
This library provides a Web Service Client for the Segment.io HTTP API
10
-
using [Guzzle v4](http://guzzlephp.org).
10
+
using [Guzzle v5](http://guzzle.readthedocs.org/en/5.3/).
11
11
12
12
### Basic Usage
13
13
```php
@@ -42,7 +42,7 @@ Setting | Property Name | Description
42
42
--- | --- | ---
43
43
API Write Key | `write_key` | The Segment.io API Write Key
44
44
API Version | `version` | The API Version. Used to version the API (default: `v1`)
45
-
Batching | `batching` | A method of batching calls to the API to reduce latency of over the wire requests (supports: `request` or `file`)
45
+
Batching | `batching` | A method of batching calls to the API to reduce latency of over the wire requests (supports: `request` or `file`) - use `false` to disable
46
46
Request Batching: Max Queue Size | `max_queue_size` | When using Request Batching, this is the total amount of Events to queue before flushing
47
47
Request Batching: Batch Size | `batch_size` | When using Request Batching, this is the total amount of Events sent in a single Request
48
48
File Batching: Log File | `log_file` | When using File Batching, this determines what file to log Events to
0 commit comments