https://github.com/posthog/posthog-php
https://github.com/posthog/posthog-php
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/posthog/posthog-php
- Owner: PostHog
- License: mit
- Created: 2020-02-21T22:04:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-26T20:49:27.000Z (10 months ago)
- Last Synced: 2025-03-29T06:00:57.540Z (10 months ago)
- Language: PHP
- Size: 259 KB
- Stars: 19
- Watchers: 6
- Forks: 21
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
- License: LICENSE.md
Awesome Lists containing this project
README
# PostHog PHP
Please see the main [PostHog docs](https://posthog.com/docs).
Specifically, the [PHP integration](https://posthog.com/docs/integrations/php-integration) details.
## Questions?
### [Join our Slack community.](https://join.slack.com/t/posthogusers/shared_invite/enQtOTY0MzU5NjAwMDY3LTc2MWQ0OTZlNjhkODk3ZDI3NDVjMDE1YjgxY2I4ZjI4MzJhZmVmNjJkN2NmMGJmMzc2N2U3Yjc3ZjI5NGFlZDQ)
## Contributing
1. [Download PHP](https://www.php.net/manual/en/install.php) and [Composer](https://getcomposer.org/download/)
2. `php composer.phar update` to install dependencies
3. `./vendor/bin/phpunit --verbose test` to run tests