2017 © Pedro Peláez
 

library simple-stats

image

staabm/simple-stats

  • Wednesday, April 4, 2018
  • by staabm
  • Repository
  • 2 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 16 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Simple Stats - PHP web statistics software

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:, (*1)

  • 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., (*2)

Installation

Unpack everything to your web server and then visit /simple-stats/index.php in your web browser and follow the instructions. Let me know when the automagical installation falls flat on its face :)., (*3)

Geolocation

Simple Stats supports the MaxMind geolocation database, but you will need to manually download the database (it's free) from their website and place it in the geoip folder., (*4)

Alternatively, if you already have geolocation software in place, just define the SIMPLE_STATS_GEOIP_COUNTRY constant in PHP before calling the hit counter, and Simple Stats will automatically use that. You should set the constant to the two-letter country code that corresponds to the country your software has identified., (*5)

System requirements:

  • PHP v5.2.4 or greater, with mbstring extension
  • MySQL v5.0 or greater

The Versions

04/04 2018

v1.0

1.0.0.0

  Sources   Download

19/03 2017

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

by Markus Staab