walkboy/yii2-success-counter

Simple counter for landing pages

dev-master 2017-06-08 21:37 UTC

This package is auto-updated.

Last update: 2024-04-29 03:53:31 UTC


README

Add

"walkboy/yii2-success-counter": "dev-master"

to require section of composer.json

<?= \frontend\widgets\SuccessCounter\SuccessCounter::widget([
    'title' => 'Some counters',
    'subtitle' => 'for '.date('Y').' year',
    'counters' => [
        ['count' => 111, 'title' => 'Orders last day'],
        ['count' => 222, 'title' => 'Cities'],
        ['count' => 333, 'title' => 'Happy customers'],
    ],
]) ?>