burst-statistics/burst-statistics

Self-hosted, privacy-friendly stats for WordPress. Simple interface, no setup. Get detailed analytics with Burst Statistics..

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 20

Watchers: 6

Forks: 7

Open Issues: 1

Language:JavaScript

Type:wordpress-plugin

v2.2.2 2025-08-10 15:01 UTC

README

Burst Statistics

This is the Burst GitHub repository. Privacy-friendly Statistics for WordPress. We welcome everyone to work together creating the best, self-hosted privacy-friendly analytics tool available.

Burst Statistics

Burst Statistics is a statistics dashboard, where all data is yours.

Developers Guide and Contributions

If you're a developer and want to help out, please feel free to contribute anyway you can. We respond to any pull request or issue on Github.

Bug report: Please start an issue, and if you have a fix a pull request. Please explain your issue clearly, and use comments when adding a pull request. Your contribution will be acknowledged on WordPress.org.

New Features: New features can also be assigned to issues. If you don't know how to proceed leave a feature request

Translations: Looking for your own language to be improved or added? Contact support if you want to be a pro contributor, or make your first changes on translate.wordpress.org.

Support

For support we kindly ask you to start at our support forum and our documentation at burst-statistics.com/docs/. If you can't find a solution, do not hesitate to ask either on the forum or log a support ticket.

If you like Burst Statistics - Please rate us on WordPress.org

Installing with Composer:

Add to your main composer file:

{ "name": "my-awesome-site", "version": "1.0.0", "description": "My Awesome Website with Burst", "require": { "burst-statistics/burst-pro": "*", "composer/installers": "^1.12" }, "repositories": [ { "type": "composer", "url": "https://burst-statistics.com/packages/packages.json?license=YOUR_LICENSE_KEY&domain=your-domain.com" } ], "extra": { "installer-paths": { "wp-content/plugins/{$name}/": ["type:wordpress-plugin"] } }, "config": { "allow-plugins": { "composer/installers": true } } }

And use: composer require burst-statistics/burst-pro