first commit

This commit is contained in:
2024-12-17 13:43:22 +01:00
commit 8e6cd8b410
21292 changed files with 3514826 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
{
"name": "segmentio/analytics-php",
"version": "1.5.2",
"description": "Segment Analytics PHP Library",
"keywords": [
"analytics",
"segmentio",
"segment",
"analytics.js"
],
"homepage": "https://segment.com/libraries/php",
"license": "MIT",
"authors": [
{
"name": "Segment.io <friends@segment.com>",
"homepage": "https://segment.com/"
}
],
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"autoload": {
"files": [
"lib/Segment.php"
]
},
"bin": [
"bin/analytics"
]
}