PHPackages                             bleckert/openpanel-laravel - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. bleckert/openpanel-laravel

ActiveLibrary[Admin Panels](/categories/admin)

bleckert/openpanel-laravel
==========================

Laravel provider for Openpanel

v2.1.3(3mo ago)611.9k↓35.7%2MITPHPPHP ^8.2

Since Apr 4Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/tbleckert/openpanel-laravel)[ Packagist](https://packagist.org/packages/bleckert/openpanel-laravel)[ Docs](https://github.com/tbleckert/openpanel-laravel)[ RSS](/packages/bleckert-openpanel-laravel/feed)WikiDiscussions main Synced 2d ago

READMEChangelogDependencies (8)Versions (10)Used By (0)

Openpanel for Laravel
=====================

[](#openpanel-for-laravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/1fdf2b3f2592e79019d72fe0e9d8c845b81c5815c65349bad824977ec95befeb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f626c65636b6572742f6f70656e70616e656c2d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/bleckert/openpanel-laravel)

Simple Laravel provider for [Openpanel](https://openpanel.dev/) event tracking.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require bleckert/openpanel-laravel
```

Setup
-----

[](#setup)

Grab your Openpanel ID and secret by navigating to Settings -&gt; Projects and create a client using typ "Other". You'll then recieve an ID and secret.

Add the following to your `.env` file:

```
OPENPANEL_CLIENT_ID=your-id
OPENPANEL_CLIENT_SECRET=your-secret
```

If you self-host Openpanel, you can set the `OPENPANEL_URL` variable to your Openpanel URL.

```
OPENPANEL_URL=https://your-openpanel-url.com
```

Usage
-----

[](#usage)

```
use Bleckert\OpenpanelLaravel\Openpanel;

$openpanel = app(Openpanel::class);

// Set profile ID that will be used for all events as the `profileId` property.
$openpanel->setProfileId(1);

// Update user profile
$openpanel->identify(
    profileId: 1,
    firstName: 'John Doe',
    lastName: 'Doe',
    email: 'joe@doe.com',
    // ...
);

// Track event
$openpanel->track(
    name: 'User registered',
);

// Increment property
$openpanel->increment('visits');

// Decrement property
$openpanel->decrement('visits');
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Credits
-------

[](#credits)

- [Tobias Bleckert](https://github.com/tbleckert)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

49

—

FairBetter than 94% of packages

Maintenance80

Actively maintained with recent releases

Popularity32

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 92.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~89 days

Recently: every ~127 days

Total

9

Last Release

107d ago

Major Versions

v1.2.1 → v2.0.02024-10-25

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/263465?v=4)[Tobias Bleckert](/maintainers/tbleckert)[@tbleckert](https://github.com/tbleckert)

---

Top Contributors

[![tbleckert](https://avatars.githubusercontent.com/u/263465?v=4)](https://github.com/tbleckert "tbleckert (24 commits)")[![carlos-ea](https://avatars.githubusercontent.com/u/5512089?v=4)](https://github.com/carlos-ea "carlos-ea (2 commits)")

---

Tags

laraveleventstrackinganalyticsopenpanel

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/bleckert-openpanel-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/bleckert-openpanel-laravel/health.svg)](https://phpackages.com/packages/bleckert-openpanel-laravel)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k108.5M885](/packages/laravel-socialite)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M151](/packages/laravel-mcp)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

816333.8k3](/packages/defstudio-telegraph)[api-platform/laravel

API Platform support for Laravel

58171.5k14](/packages/api-platform-laravel)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5021.9k](/packages/simplestats-io-laravel-client)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
