Snowplow PHP Tracker 0.8.0 released

This release adds setter functions for the rolling window and curl limit in the CurlEmitter:

  • $curl_emitter.setCurlAmount($curl_amount) – update the curl buffer size (number of times we need to reach the buffer size before we initiate sending)
  • $curl_emitter.setRollingWindow($rolling_window) – update the rolling window configuration (max number of concurrent requests)

Enhancements

  • Add setCurlAmount and setRollingWindow setters to CurlEmitter

Snowplow PHP Tracker version 0.8.0 is available on Packagist.

The project’s source code can be found here.