2017 © Pedro Peláez
 

yii2-extension yii2-success-counter

Simple counter for landing pages

image

walkboy/yii2-success-counter

Simple counter for landing pages

  • Thursday, June 8, 2017
  • by walkboy
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Add, (*1)

"walkboy/yii2-success-counter": "dev-master", (*2)

to require section of composer.json, (*3)

<?= \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'],
    ],
]) ?>

The Versions

08/06 2017

dev-master

9999999-dev

Simple counter for landing pages

  Sources   Download

BSD-3-Clause

The Requires

 

by Vitaly Walkboy

yii2 counter