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(2mo ago)68.6k↓14.7%2MITPHPPHP ^8.2

Since Apr 4Pushed 2mo 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 1mo 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

51

—

FairBetter than 96% of packages

Maintenance88

Actively maintained with recent releases

Popularity32

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 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

61d 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

[andreaselia/analytics

Analytics for the Laravel framework.

19719.5k2](/packages/andreaselia-analytics)[guava/filament-knowledge-base

A filament plugin that adds a knowledge base and help to your filament panel(s).

206120.5k1](/packages/guava-filament-knowledge-base)[geo-sot/filament-env-editor

Access .env file though Filament admin panel

2432.3k1](/packages/geo-sot-filament-env-editor)[andreia/filament-ui-switcher

Add a modal with options to switch between different UI layouts and styles (colors, fonts, font sizes).

233.8k](/packages/andreia-filament-ui-switcher)[a2insights/filament-saas

Filament Saas for A2Insights

161.1k](/packages/a2insights-filament-saas)

PHPackages © 2026

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