Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/edy/simple-counter

A simple counter script
https://github.com/edy/simple-counter

Last synced: about 1 month ago
JSON representation

A simple counter script

Awesome Lists containing this project

README

        

# Simple Counter

How to use the counter:

require_once('counter.php');

$config = array(
'counter' => 'counter.dat',
'ips' => 'ips.dat'
);

$counter = new Counter($config);

echo $counter;

Short version:

require_once('counter.php');

echo new Counter;