posthog / posthog-php
PostHog PHP Library
Installs: 958 559
Dependents: 6
Suggesters: 1
Security: 0
Stars: 18
Watchers: 7
Forks: 19
Open Issues: 11
Requires
- php: >=8.0
- ext-json: *
Requires (Dev)
- overtrue/phplint: ^3.0
- phpunit/phpunit: ^9.0
- slope-it/clock-mock: ^0.4.0
- squizlabs/php_codesniffer: ^3.7
- dev-master
- 3.3.2
- 3.3.1
- 3.3.0
- 3.2.2
- 3.2.1
- 3.2.0
- 3.1.0
- 3.0.8
- 3.0.7
- 3.0.6
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.1.1
- 2.1.0
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- dev-fix-bool-match
- dev-cohort-local-eval
- dev-add-flag-timeout
- dev-update-names
- dev-local-prop
- dev-prop-matching
- dev-neilkakkar-patch-1
- dev-fix-decide-v2
- dev-alisqi/master
- dev-fix-bug
- dev-groups-fix
- dev-timeout-configurable
- dev-php-unit/cs-version
- dev-update-version-3.0.1
- dev-ff-overrides
- dev-update-history-3.0.0
- dev-ff-remove-defaultvalue
- dev-turbo
- dev-group-analytics-flags
- dev-group-analytics-support
- dev-handle-host
- dev-feature-flags
- dev-zidsa/master
This package is auto-updated.
Last update: 2024-11-03 14:28:10 UTC
README
Please see the main PostHog docs.
Specifically, the PHP integration details.
Questions?
Join our Slack community.
Contributing
- Download PHP and Composer
php composer.phar update
to install dependencies./vendor/bin/phpunit --verbose test
to run tests