I would like to use posthog in a symfony php application , due to the it's architectured I would like to do the following
- when the "User" constructed to set some of his properties in posthog internal state (the same as the
::init() will save the api key)
- Later in some place where it's not convenient to access the user object to be able to capture events with the pre-saved user properties
is it something possible to do ?