Simple Stats
Simple Stats is web statistics software written in PHP. It aims to be a simple and lightweight web statistics application that lets you analyse basic information about traffic on your website. It lets you track and filter the following:
- Page views
- Client browsers and operating Systems
- Visitor IP addresses
- Visitor origin by country
- Visitor language
- Referrers
- Search queries leading to your site
Simple Stats is not a fully-fledged analytics application — for that you might consider Piwik.
The front end for Simple Stats is inspired by SlimStat. It came about because I wanted to store and manipulate data in a different (and hopefully more compact) manner to what SlimStat does.
You can see a screenshot of the overview page. I'll try and get a demo site running at some point.
If you have any problems or suggestions, feel free to raise an issue or contact me.
Requirements
- PHP version 5.2.4 or greater
- MySQL version 5.0 or greater