My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Wiki pages

User Tracking for CodeIgniter is a library/add-on package for the popular open-source PHP framework, CodeIgniter.

Just like Google Analytics or Piwik, this plugin allows you to quickly and easily track users’ activity on your website. Unlike other solutions, this library will output data directly to your database and allow you to define criteria for when to track and when to track and when not to track pageviews.

It is implemented as a single 14kb library, and it handles user tracking completely within CodeIgniter with no Javascript required.

Quick Stats

  • Current Version: 1.2
  • Last Updated: December 22, 2009
  • Last Tested Using: CodeIgniter 1.7.2

Features

  • Allows you to insert data into your own database
  • Provides the ability to define tracking filters (e.g. only track logged-in users)
  • Automatically configures database tables upon first use
  • Optionally configurable through a file placed in your application/config directory
  • Coded in compliance with the CodeIgniter Style Guide, and commented liberally
  • BSD License (extend, redistribute, and modify!)
  • Tracks: session id, user id, request URI, timestamp, client IP, client user agent, referer
Powered by Google Project Hosting