PHPackages                             felixarntz/snow-fall - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. felixarntz/snow-fall

ActiveWordpress-plugin[Utility &amp; Helpers](/categories/utility)

felixarntz/snow-fall
====================

Adds a subtle snow fall effect to your website, using a lightweight web component.

1.0.1(1y ago)541GPL-2.0-or-laterPHPPHP &gt;=7.2CI passing

Since Dec 1Pushed 5mo ago2 watchersCompare

[ Source](https://github.com/felixarntz/snow-fall)[ Packagist](https://packagist.org/packages/felixarntz/snow-fall)[ Docs](https://wordpress.org/plugins/snow-fall/)[ RSS](/packages/felixarntz-snow-fall/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (3)Versions (4)Used By (0)

[![PHP Unit Testing](https://camo.githubusercontent.com/e5daca9ce40319ef1638981e05c917afc85af129033c49c74a22b6c47e8e03e5/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f66656c697861726e747a2f736e6f772d66616c6c2f7068702d746573742e796d6c3f7374796c653d666f722d7468652d6261646765266c6162656c3d504850253230556e697425323054657374696e67)](https://github.com/felixarntz/snow-fall/actions/workflows/php-test.yml)[![Codecov](https://camo.githubusercontent.com/f5e682b7a294ed9f27500d4c6c628fbe893cbd2df04f518ec678bb49e0ef8574/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636f762f632f6769746875622f66656c697861726e747a2f736e6f772d66616c6c3f7374796c653d666f722d7468652d6261646765)](https://app.codecov.io/github/felixarntz/snow-fall)[![Packagist version](https://camo.githubusercontent.com/93bc83ffef875d455744c49756b71dd8f7175cd54794bb0d2c236788b48bcbe2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f66656c697861726e747a2f736e6f772d66616c6c3f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/felixarntz/snow-fall)[![Packagist license](https://camo.githubusercontent.com/173d09c7e1a9a679af21322e51eebd2adbafbf6df15022558ea1d8751ae126b5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f66656c697861726e747a2f736e6f772d66616c6c3f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/felixarntz/snow-fall)[![WordPress plugin version](https://camo.githubusercontent.com/2b519af7ec05dd2f06649150086bf73ffd272b36c5a6f3e2d9755abfb5e240bd/68747470733a2f2f696d672e736869656c64732e696f2f776f726470726573732f706c7567696e2f762f736e6f772d66616c6c3f7374796c653d666f722d7468652d6261646765)](https://wordpress.org/plugins/snow-fall/)[![WordPress tested version](https://camo.githubusercontent.com/e22a6ef16b4773c53859bb0b1eb471027dcd9ee94c551a81a6a0cdcf1c0a7982/68747470733a2f2f696d672e736869656c64732e696f2f776f726470726573732f706c7567696e2f7465737465642f736e6f772d66616c6c3f7374796c653d666f722d7468652d6261646765)](https://wordpress.org/plugins/snow-fall/)[![WordPress plugin downloads](https://camo.githubusercontent.com/054d4a37effff815e988b5e682ed73ffc65601b1dc3075e8065e5a24e590f824/68747470733a2f2f696d672e736869656c64732e696f2f776f726470726573732f706c7567696e2f64742f736e6f772d66616c6c3f7374796c653d666f722d7468652d6261646765)](https://wordpress.org/plugins/snow-fall/)

Snow Fall
=========

[](#snow-fall)

[![Banner for "Snow Fall"](https://github.com/felixarntz/snow-fall/raw/main/.wordpress-org/banner-1544x500.png?raw=true)](https://github.com/felixarntz/snow-fall/blob/main/.wordpress-org/banner-1544x500.png?raw=true)

This plugin adds a subtle snow fall effect to your website, using the lightweight `` JavaScript web component by [Zach Leatherman](https://www.zachleat.com).

- [Learn more about the `` component](https://www.zachleat.com/web/snow-fall)
- [Demo of the `` component](https://zachleat.github.io/snow-fall/demo.html)

The plugin takes a no-frills, zero-config approach - you simply activate the plugin, and it just works - thanks to the excellent underlying web component implementation. There should be no notable adverse effects on performance, also given the plugin uses the [WordPress Script Modules API](https://make.wordpress.org/core/2024/03/04/script-modules-in-6-5/) that was introduced in WordPress 6.5.

The plugin respects user preferences for reduced motion, as a best practice for accessibility.

Additional credit: [Banner image by Adam Chang](https://unsplash.com/photos/snow-field-and-green-pine-trees-during-daytime-IWenq-4JHqo)

Installation and usage
----------------------

[](#installation-and-usage)

You can download the latest version from the [WordPress plugin repository](https://wordpress.org/plugins/snow-fall/).

Please see the [plugin repository installation instructions](https://wordpress.org/plugins/snow-fall/#installation) for detailed information on installation and the [plugin repository FAQ](https://wordpress.org/plugins/snow-fall/#faq) for additional details on usage and customization.

Alternatively, if you use Composer to manage your WordPress site, you can also [install the plugin from Packagist](https://packagist.org/packages/felixarntz/snow-fall):

```
composer require felixarntz/snow-fall:^1.0

```

Contributions
-------------

[](#contributions)

If you have ideas to improve the plugin or to solve a bug, feel free to raise an issue or submit a pull request right here on GitHub. Please refer to the [contributing guidelines](https://github.com/felixarntz/snow-fall/blob/main/CONTRIBUTING.md) to learn more and get started.

You can also contribute to the plugin by translating it. Simply visit [translate.wordpress.org](https://translate.wordpress.org/projects/wp-plugins/snow-fall) to get started.

License
-------

[](#license)

The Snow Fall plugin is [licensed under the GPLv2 (or later)](https://www.gnu.org/licenses/gpl-2.0.html).

The `` and `` web components are [licensed under the MIT license](https://opensource.org/license/mit).

See their source code on GitHub:

- [`zachleat/snow-fall`](https://github.com/zachleat/snow-fall)
- [`11ty/is-land`](https://github.com/11ty/is-land)

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance61

Regular maintenance activity

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 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 ~9 days

Total

3

Last Release

505d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a60abe9a2c42fe5cf2117b88aac2eab186f0ea3c969f1f4a29d4a09d831153b8?d=identicon)[felixarntz](/maintainers/felixarntz)

---

Top Contributors

[![felixarntz](https://avatars.githubusercontent.com/u/3531426?v=4)](https://github.com/felixarntz "felixarntz (31 commits)")

---

Tags

pluginwordpressholidaylightweightwinterchristmasfalling snow

### Embed Badge

![Health badge](/badges/felixarntz-snow-fall/health.svg)

```
[![Health](https://phpackages.com/badges/felixarntz-snow-fall/health.svg)](https://phpackages.com/packages/felixarntz-snow-fall)
```

###  Alternatives

[iceicetimmy/acf-post-type-selector

Post type selector for Advanced Custom Fields.

559.0k](/packages/iceicetimmy-acf-post-type-selector)[winter/wn-sitemap-plugin

Sitemap plugin for Winter CMS

1042.6k1](/packages/winter-wn-sitemap-plugin)

PHPackages © 2026

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