PHPackages                             simpleanalytics/laravel-package - 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. simpleanalytics/laravel-package

ActiveLibrary

simpleanalytics/laravel-package
===============================

Simple Analytics is a clean, simple, and privacy friendly analytics tool. Actionable data in a beautiful dashboard. It does not use cookies and you can bypass ad blockers. Make sure to signup to get most value out of this plugin.

1.1.3(2y ago)05202MITPHP

Since Sep 20Pushed 2y ago2 watchersCompare

[ Source](https://github.com/simpleanalytics/laravel-package)[ Packagist](https://packagist.org/packages/simpleanalytics/laravel-package)[ RSS](/packages/simpleanalytics-laravel-package/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (1)Versions (6)Used By (0)

[ ![Simple Analytics logo](https://camo.githubusercontent.com/fdd2735d451ac04d4b66113548daef9b2b47e6d99f928985dbee0fbe85c2da36/68747470733a2f2f6173736574732e73696d706c65616e616c79746963732e636f6d2f696d616765732f6c6f676f732f6c6f676f2d6769746875622d726561646d652e706e67)](https://simpleanalytics.com/?ref=github.com/simpleanalytics/django-plugin)Laravel Package
===============

[](#laravel-package)

Installing it
-------------

[](#installing-it)

Install the plugin:

1. Run

```
composer require simpleanalytics/laravel-package
```

Or add repositories in composer.json

```
"repositories": [
   {
     "url": "https://github.com/simpleanalytics/laravel-package",
      "type": "git"
    }
 ],

```

and add the package name in require with the branch name after the dev:

`"simpleanalytics/laravel-package": "dev-main"`

`"simpleanalytics/laravel-package": "^1.0"`

Using it
--------

[](#using-it)

Include the scripts before your end body tag in your .blade template:

```
    ...
    @include('LaravelPackage::scripts')

```

Configuration
-------------

[](#configuration)

The defaults are set in config/cors.php. Publish the config to copy the file to your own config:

```
php artisan vendor:publish --provider="SimpleAnalytics\LaravelPackage\SimpleAnalyticsServiceProvider" --tag="config"
```

Track Api Request
-----------------

[](#track-api-request)

To activate serverside tracking of the api activate track-api in your config file:

```
'track-api' => true
```

Hints
-----

[](#hints)

With version 5.4 or below, you must register your service providers manually in the providers section of the config/app.php configuration file in your laravel project.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~128 days

Total

5

Last Release

814d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3d957eacd9e141dac00cc2c1fa44950f92b736401ae1248b9ccb9b19baf12f72?d=identicon)[rouuuge](/maintainers/rouuuge)

---

Top Contributors

[![rouuuge](https://avatars.githubusercontent.com/u/6916307?v=4)](https://github.com/rouuuge "rouuuge (22 commits)")

### Embed Badge

![Health badge](/badges/simpleanalytics-laravel-package/health.svg)

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

###  Alternatives

[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[slowlyo/owl-admin

基于 laravel、amis 开发的后台框架~

61214.2k26](/packages/slowlyo-owl-admin)

PHPackages © 2026

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