Skip to content

A simple, lightweight, and open source Google Analytics alternative.

License

Notifications You must be signed in to change notification settings

LarabeeHQ/larabee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Larabee

A simple, lightweight, and open source Google Analytics alternative based on Laravel.

Screenshot 2024-03-05 at 3 27 28 PM

Tracker

Larabee track your website with cookie-free, compliant with GDPR, and privacy-focused. But you can also identify users with a email, for example:

<button
    data-larabee-event="Choose Plan"
    data-larabee-event-plan="Pro"
    data-larabee-event-user-id="1"
    data-larabee-event-user-email="hello@gmail.com"
    >
    Choose Pro Plan
</button>

data-larabee-event it's the event name, required. The other data-larabee-event-* are custom properties that you can use to filter and segment your data.

Example of a custom event in the dashboard:

Screenshot 2024-03-06 at 3 17 39 PM

Cloud Version

We have a cloud version where you can sign up and test at app.larabee.io

Development

Running Docker (Sail) Locally

The docker-compose contains all what you need to run Larabee on your localhost.

git clone

git@github.com:larabeeHQ/larabee.git

Install composer packages

docker run --rm \
    -u "$(id -u):$(id -g)" \
    -v "$(pwd):/var/www/html" \
    -w /var/www/html \
    laravelsail/php82-composer:latest \
    composer install --ignore-platform-reqs

Running migrations and seeders.

sail artisan migrate:fresh --seed

Mocking data for development

It can take some minutes, depending on your machine.

sail artisan db:seed --class=LocalDevelopmentSeeder

About

A simple, lightweight, and open source Google Analytics alternative.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published