analytics-php
analytics-php copied to clipboard
Is it possible to initialize multiple Segment clients?
I'm working on a project that connects to multiple Segment sources depending on the brand.
Currently, Segment::init() only allows 1 client to be initialized and if it's call multiple times, it will override the previous one.
Is it possible to initialize multiple Segment clients without having to copy the Segment class to my own project?