Add recipe for mixpanel/mixpanel-php (#1262)

This commit is contained in:
Oskar Stark
2021-08-21 07:17:09 +02:00
committed by GitHub
parent 01296a4652
commit 735c465d36
2 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
services:
Mixpanel:
class: \Mixpanel
factory: ['Mixpanel', 'getInstance']
arguments:
- '%env(MIXPANEL_PROJECT_TOKEN)%'
# uncomment if EU resident
# - { 'host': 'api-eu.mixpanel.com' }

View File

@@ -0,0 +1,8 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"MIXPANEL_PROJECT_TOKEN": ""
}
}