diff --git a/README.md b/README.md index e6f957b..036d06a 100644 --- a/README.md +++ b/README.md @@ -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) +- [Laravel integration docs](https://posthog.com/docs/libraries/laravel) ## Questions?