napastyuk/counter

Simple PHP counter

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/napastyuk/counter

v1.0.2 2025-02-19 21:24 UTC

This package is auto-updated.

Last update: 2025-12-19 23:23:49 UTC


README

#Simple counter class

Using

$counter = new Counter(10);
$counter->increment();
echo $counter->getCounterValue(); // 11