zip-fa / posthog-php
PostHog PHP Library
dev-master
2025-02-12 13:26 UTC
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
This package is auto-updated.
Last update: 2025-03-12 13:39:40 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