mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
Add recipe for mixpanel/mixpanel-php (#1262)
This commit is contained in:
8
mixpanel/mixpanel-php/2.8/config/packages/mixpanel.yaml
Normal file
8
mixpanel/mixpanel-php/2.8/config/packages/mixpanel.yaml
Normal 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' }
|
||||
8
mixpanel/mixpanel-php/2.8/manifest.json
Normal file
8
mixpanel/mixpanel-php/2.8/manifest.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"MIXPANEL_PROJECT_TOKEN": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user