PHPackages                             innocode-digital/wp-block-counter - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. innocode-digital/wp-block-counter

Abandoned → [wp-digital/wp-block-counter](/?search=wp-digital%2Fwp-block-counter)Wordpress-plugin

innocode-digital/wp-block-counter
=================================

Number animation by user interaction.

1.9.1(2y ago)0931GPL-2.0+JavaScriptPHP &gt;=7.1

Since May 28Pushed 2y ago1 watchersCompare

[ Source](https://github.com/wp-digital/wp-block-counter)[ Packagist](https://packagist.org/packages/innocode-digital/wp-block-counter)[ RSS](/packages/innocode-digital-wp-block-counter/feed)WikiDiscussions main Synced 2d ago

READMEChangelogDependencies (1)Versions (16)Used By (0)

Counter Block
=============

[](#counter-block)

### Description

[](#description)

Number animation by user interaction. Columns with numbers which are start animation when user scrolls to block.

### Demo

[](#demo)

[Counter Block](https://demo.wpd.digital/counter-block/)

### Install

[](#install)

- Preferable way is to use [Composer](https://getcomposer.org/):

    ```
    composer require wp-digital/wp-block-counter

    ```
- Alternate way is to clone this repo to `wp-content/plugins/`:

    ```
    cd wp-content/plugins/
    git clone git@github.com:wp-digital/wp-block-counter.git

    ```

Activate **Counter Block** with [WP-CLI](https://make.wordpress.org/cli/handbook/)`wp plugin activate wp-block-counter` or from **Plugins** page.

### Documentation

[](#documentation)

Add icons with hook `wpd.block.icons` for global icons and `wpd.block-counter.icons`for specific block set. **Example**:

```
wp.hooks.addFilter( 'wpd.block.icons', 'my-theme', () => [
	{
		value: 'smiley', // Required. If only a value is specified, Dashicons will be used.
	}, {
		value: 'counter', // Custom icon.
		icon: (

		),
	},
] );

```

There are more hooks in [constants](./src/constants/editor.js) which give a possibility to customize behaviour a bit.

### Notes

[](#notes)

[Counter-Up2](https://github.com/bfintal/Counter-Up2) library is using on frontend for counting animation. To show and animate blocks on scroll [Intersection Observer API](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API)is used and if you need to support [older browsers](https://caniuse.com/?search=Intersection%20Observer)then add [polyfill](https://www.npmjs.com/package/intersection-observer) additionally.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~53 days

Recently: every ~133 days

Total

15

Last Release

1056d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5b52f801a1cdb5f6622a9e49f4359717b1808ca23e948a243eae225f55e2c7eb?d=identicon)[smfb-dinamo](/maintainers/smfb-dinamo)

---

Top Contributors

[![kuliebiakin](https://avatars.githubusercontent.com/u/6066592?v=4)](https://github.com/kuliebiakin "kuliebiakin (23 commits)")

---

Tags

blockcountergutenberg-blockswordpress-plugin

### Embed Badge

![Health badge](/badges/innocode-digital-wp-block-counter/health.svg)

```
[![Health](https://phpackages.com/badges/innocode-digital-wp-block-counter/health.svg)](https://phpackages.com/packages/innocode-digital-wp-block-counter)
```

###  Alternatives

[elgg/elgg

Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications.

1.7k15.7k5](/packages/elgg-elgg)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

44643.1k1](/packages/pressbooks-pressbooks)[johnbillion/user-switching

Instant switching between user accounts in WordPress and WooCommerce.

19768.3k2](/packages/johnbillion-user-switching)[rainlab/blog-plugin

Blog plugin for October CMS

17257.7k](/packages/rainlab-blog-plugin)[rainlab/user-plugin

User plugin for October CMS

11954.3k13](/packages/rainlab-user-plugin)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
