Mixpost alternatives and similar software solutions
Based on the "Analytics" category.
Alternatively, view Mixpost alternatives based on common mentions on social networks and blogs.
-
Superset
DISCONTINUED. Apache Superset is a Data Visualization and Data Exploration Platform [Moved to: https://github.com/apache/superset] -
Metabase
The easy-to-use open source Business Intelligence and Embedded Analytics tool that lets everyone work with data :bar_chart: -
Redash
Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data. -
PostHog
๐ฆ PostHog provides open-source web & product analytics, session recording, feature flagging and A/B testing that you can self-host. Get started - free. -
Piwik
Empowering People Ethically ๐ โ Matomo is hiring! Join us โ https://matomo.org/jobs Matomo is the leading open-source alternative to Google Analytics, giving you complete control and built-in privacy. Easily collect, visualise, and analyse data from websites & apps. Star us on GitHub โญ๏ธ โ Pull Requests welcome! -
Plausible
Simple, open source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics. -
cube.js
๐ Cubeโs universal semantic layer platform is the next evolution of OLAP technology for AI, BI, spreadsheets, and embedded analytics -
GoAccess
GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser. -
Fathom Analytics
Fathom Lite. Simple, privacy-focused website analytics. Built with Golang & Preact. -
Countly
Countly is a product analytics platform that helps teams track, analyze and act-on their user actions and behaviour on mobile, web and desktop applications. -
ThinkUp
ThinkUp gives you insights into your social networking activity on Twitter, Facebook, Instagram, and beyond. -
Open Web Analytics
Official repository for Open Web Analytics which is an open source alternative to commercial tools such as Google Analytics. Stay in control of the data you collect about the use of your website or app. Please consider sponsoring this project. -
Chartbrew
Open-source web platform used to create live reporting dashboards from APIs, MongoDB, Firestore, MySQL, PostgreSQL, and more ๐๐ -
Socioboard
Socioboard is world's first and open source Social Technology Enabler. Socioboard Core is our flagship product. -
Rakam
๐ Collect customer event data from your apps. (Note that this project only includes the API collector, not the visualization platform) -
IG Monitoring
DISCONTINUED. ๐จ DISCONTINUED๐จ IGMonitoring - Free, self hosted Instagram Analytics and Stats -
Tellery
Tellery lets you build metrics using SQL and bring them to your team. As easy as using a document. As powerful as a data modeling tool. -
Matomo
Leading open-source analytics platform that gives you more than just powerful analytics, formerly known as Piwik.
InfluxDB high-performance time series database

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Mixpost or a related project?
README
Introduction
Mixpost is a Laravel marketing platform for social networks.
Installation
You can install the package via composer:
composer require lao9s/mixpost
You can publish and run the migrations with:
php artisan vendor:publish --tag="mixpost-migrations"
php artisan migrate
You can publish the config file with:
php artisan vendor:publish --tag="mixpost-config"
This is the contents of the published config file:
return [
];
Publish the assets:
php artisan mixpost:publish-assets
Visit the UI
After performing all these steps, you should be able to visit the Mixpost UI at /mixpost.
Testing
composer test
Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
Credits
- Dumitru Botezatu
- [All Contributors](../../contributors)
License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
*Note that all licence references and agreements mentioned in the Mixpost README section above
are relevant to that project's source code only.