Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,12 @@

Please see the main [PostHog docs](https://posthog.com/docs).

Specifically, the [PHP integration](https://posthog.com/docs/integrations/php-integration) details.
SDK usage examples and code snippets live in the official documentation so they stay up to date.

## Features
## Documentation

- ✅ Event capture and user identification
- ✅ Feature flags, including local evaluation, multivariate flags, payloads, and flag dependencies
- ✅ Group analytics
- ✅ Error tracking with manual exception capture and opt-in automatic PHP exception, error, and fatal shutdown capture
- ✅ Request context helpers for applying distinct IDs, session IDs, and common properties across a request
- ✅ Comprehensive test coverage
- [PHP library docs](https://posthog.com/docs/libraries/php)
Comment thread
marandaneto marked this conversation as resolved.
- [Laravel integration docs](https://posthog.com/docs/libraries/laravel)

## Questions?

Expand Down
Loading