-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Piwik is a free web analytics tool that provides you with detailed reports on your website's visitors, your marketing campaigns and much more. Piwik is an open source alternative to Google Analytics, available in 45 languages, and has been downloaded more than 1 million times!
- Download the latest release (.zip, .tar.gz)
- Install Piwik
- Follow the User Guide
- Try Troubleshooting
- Ask a question in our forums
- Speak to us in IRC: irc.freenode.net/#piwik (webchat)
If you are a developer and want to contribute code or bug fixes to Piwik, please read about our Development Process and Coding Standards first.
In case you want to discuss your idea or feature with us you can subscribe to the piwik-hackers mailing list.
If you're new to GitHub, learn the basics with our guide: Contribute to Piwik with Git.
In case GitHub goes down, we maintain a backup Git Mirror at: git.piwik.org
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 git@github.com:you/piwik.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 Piwik, don't hesitate to 5CFB ask us!
There are many other ways you can participate in Piwik. If you speak a language other than English consider helping to translate Piwik in your language. Piwik is already available in 45 languages, but each release there are new strings to translate and you can help by registering at translations.piwik.org!