Fibonacci Harmony Calculator
A WordPress plugin that creates a shortcode to explore the Fibonacci 60 Repeating Pattern.
by Paul Faulkner · github.com/headwalluk/fibonacci-harmony-calculator · website
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/headwalluk/fibonacci-harmony-calculator/releases/download/v1.1.0/fibonacci-harmony-calculator.zipReadme
Fibonacci Harmony Calculator
A standalone WordPress plugin that adds a shortcode, [fibonacci_harmony], rendering an
interactive calculator and graphic that explores the Fibonacci 60 Repeating Pattern.
Visitors set a seed (a decimal from 0.0 to 2.1) that scales a Fibonacci sequence
of N numbers (default 60). The sequence is laid out as a clock face around a circular
wheel graphic — index 60 at the top, running clockwise — with each entry showing its
value and its arc angle in both the standard 360° and the "Ancient" 432° systems. The
numbers recalculate live as the seed changes.
No build step, no Composer, no external CDNs — drop it in and activate.

Usage
Add the shortcode to any post or page:
[fibonacci_harmony]
[fibonacci_harmony seed="0.5" count="60"]
Full attribute reference and examples: docs/shortcode.md.
Documentation
- docs/shortcode.md — using the shortcode: attributes, examples, layout, and the maths behind the numbers (for site owners).
- docs/hooks.md — action hooks and filters for developers extending or theming the plugin.
Per-version release notes: CHANGELOG.md. Project history and active milestones live in dev-notes/00-project-tracker.md; the full functional spec is in dev-notes/01-requirements.md.
License
Licensed under GPLv2. Built by Headwall Hosting.
Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| v1.1.0 | Jul 9, 2026 | fibonacci-harmony-calculator.zip | 0 |
| v1.1.0 | Jul 9, 2026 | fibonacci-harmony-calculator-1.1.0.zip | 0 |
| v1.0.1 | Jun 25, 2026 | fibonacci-harmony-calculator-1.0.1.zip | 0 |
| v1.0.1 | Jun 25, 2026 | fibonacci-harmony-calculator.zip | 0 |
| v1.0.0 | Jun 24, 2026 | fibonacci-harmony-calculator.zip | 0 |
| v1.0.0 | Jun 24, 2026 | fibonacci-harmony-calculator-1.0.0.zip | 1 |