Implement Posthog in Laravel applicationss

Posthog is a fantastic tool for improving your product. It provides good analytics on your application usage, Session Replay for user behavior insights and gives you access to integrated Feature Flags. It's build by a team that ships new features very fast making the product even better every month.

Posthog can be integraded in your Laravel application using the PHP SDK. If needed, you can also add a front-end integration using the Javascript SDK.

To make implementation Posthog within your Laravel application even easier, we've developed an open source package to install it directly using composer.

composer require qodenl/laravel-posthog

With the Laravel Posthog integration, you can:

  • Track events triggered by Laravel Events — either manually or automatically
  • Identify users upon login and sync their properties
  • Integrate Posthog Feature Flags directly in your Laravel application using Laravel Pennant

You can check out the complete documentation on Github.

If you have a suggestion or want to collaborate on this open-source project, feel free to open an issue on Github.

Total Downloads

Relevant articles