-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Home
Matomo is a free web analytics tool that provides you with detailed reports on your website's visitors, your marketing campaigns and much more. Matomo is a free/libre alternative to Google Analytics, available in 53 languages, and has been downloaded more than 1 million times!
See https://developer.matomo.org/guides/our-mission
- Download the latest release (.zip, .tar.gz)
- Install Matomo
- Follow the User Guide
- Try Troubleshooting
- Ask a question in our forums
- See all help resources
If you are a developer and want to contribute code or bug fixes to Matomo, please read the guide How do I contribute to Matomo core?.
Visit the Matomo Developer Zone: the center of innovation in analytics (learn more about building on top of the open analytics platform).
We ask you to use feature branches when submitting pull requests. This makes it easier to merge or cherry-pick your commits.
- Fork our repository.
- Clone your fork:
git clone [email protected]:you/matomo.git
- Create feature branch:
git checkout -b my_feature
- Develop your feature, commit often and add tests.
- Make sure all tests pass.
- Push your branch:
git push origin my_feature
- Submit your pull request and try to explain what your feature does and why it should be a core feature.
If you are not sure whether your feature can be integrated into Matomo, don't hesitate to ask us!
There are many other ways you can get involved in Matomo.
If you speak a language other than English consider helping to translate Matomo in your language. With each new release there are new strings to translate and you can help by registering at translations.matomo.org.
- matomo.org: the Homepage of the project.
- Feature: list of features in Matomo.
- Marketplace: find new plugins to do more with your analytics platform.
- Bug bounty program: we pay security researchers who find security issues in Matomo.
- Matomo is Free Software.