2017 © Pedro Peláez
 

library visitors

Visitors count

image

visitors/visitors

Visitors count

  • Tuesday, November 18, 2014
  • by ludvigskoglund
  • Repository
  • 1 Watchers
  • 0 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Visitors

This lets you count the number of unique visitors on your page, (*1)

Add this to your CDIFactoryDefault.php, (*2)

$this->setShared('visitors', function() {
$visit = new \Anax\Visitors\CVisitors($this);
//$visit->setDI($this);
return $visit;
});, (*3)

Then add $visits = $app->visitors->countVisitors(); wherever you want to display your visitors count., (*4)

The Versions

18/11 2014

dev-master

9999999-dev

Visitors count

  Sources   Download

Ludde

The Requires

  • php >=5.4

 

count visitors