Download the PHP package rudderstack/rudder-php-sdk without Composer
On this page you can find all versions of the php package rudderstack/rudder-php-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rudderstack/rudder-php-sdk
More information about rudderstack/rudder-php-sdk
Files in rudderstack/rudder-php-sdk
Package rudder-php-sdk
Short Description RudderStack Analytics SDK PHP library
License MIT
Homepage https://rudderstack.com/
Informations about the package rudder-php-sdk
What is RudderStack?
RudderStack is a customer data pipeline tool for collecting, routing and processing data from your websites, apps, cloud tools, and data warehouse.
More information on RudderStack can be found here.
Getting Started with PHP SDK
Install rudder-php-sdk
using composer
Initialize the
SDK Initialization options
Below parameters are optional and can be passed during SDK initialization.
Name | Type | Default value | Description |
---|---|---|---|
consumer |
String | lib_curl |
To explicitly mark which consumer to use. |
data_plane_url |
String | hosted.rudderlabs.com |
The data plane URL. |
debug |
Boolean | false |
Whether to log messages and wait for a response. Makes any queuing consumers non-async, defaults to false. This will make the library block until a response has been received from the API, so it is not recommended for production use. |
ssl |
Boolean | true |
Whether to use SSL for the connection. |
tls |
String | false |
Whether to use TLS instead of SSL for the socket connection. |
error_handler |
Function | function ($code, $message) {} |
A handler which will be called on errors to aid in debugging. A function to handle errors, particularly useful for debugging. Note that if debug mode is not specified, then the error_handler will only be called on connection level errors and timeouts. |
max_queue_size |
Number | 10000 |
The max number of items in the queue . |
flush_at |
Number | 100 |
How many items to send in a single curl request . |
timeout |
Number | 0.5 |
The number of seconds to wait for the socket request to time out . |
filename |
String | /tmp/analytics.log |
The location to write the log file when file consumer is selected. |
compress_request |
Boolean | true |
Whether to use gzipped request payloads. This is supported for server versions 1.4.0 and above. |
flush_inteval |
Number | 10000 |
Frequency in milliseconds to send data using flush method execution. |
curl_timeout |
Number | 0 (infinite) |
Set timeout for the curl connections. |
curl_connecttimeout |
Number | 300 |
Set connect timeout for the curl connections. |
max_item_size_bytes |
Number | 32000 |
Set maximum message item size in bytes. |
max_queue_size_bytes |
Number | 512000 |
Set maximum batch size in bytes. |
filepermissions |
Number | 0644 |
Set the file permissions for file consumer. |
Send Events
Acknowledgements
This project is a fork of analytics-php by [segmentio].
Contact Us
If you come across any issues while configuring or using this SDK, feel free to start a conversation on our Slack channel. We will be happy to help you.
All versions of rudder-php-sdk with dependencies
ext-json Version *
vlucas/phpdotenv Version ^5.5
ramsey/uuid Version ^4.2.3