HashBoard
A dashboard for WordPress.
★ 1stars
40release downloads
2.9kcomposer installs
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/hametuha/hashboard/releases/download/1.0.4/hashboard.zipAlso on Packagist as hametuha/hashboard:
composer require hametuha/hashboardFrom the readme
Hashboard
Hashboard gives you a user-oriented and extensible dashboard.
Description
Dashboard library for WordPress.
Installation
Development
Using mailhog
For debugging the mail sending feature, we use a local SMTP server called mailhog. Since an additional Docker container is added to the standard @wordpress/env, please follow these steps:
1. Run npm start to launch the WordPress Docker image.
2. Get the location where the Docker image is stored. Run npm run cli install-path and copy the last directory (hash value) of the displayed path. Example: c5a62e6d70a5442fdf3872b2db2b666b
3. Paste the hash value into a file named .wpinstallpath and save it. This file is ignored by Git.
4. Run npm run update. This will execute bin/after-start-script.sh and add the mailhog container to wp-env.
5. Access http://localhost:8025 to connect to mailhog.
6. The WP Mail SMTP plugin for local development is installed, and with this plugin, all emails sent by WordPress are forwarded to mailhog.
7. From the next time, you can start and stop with npm start and npm stop.
Frequently Asked Questions
W.I.P
Changelog
See releases.
Go Forward While Looking Backward!
https://hametuha.com
Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| 1.0.4 | Jun 15, 2026 | hashboard.zip | 2 |
| 1.0.3 | Jun 10, 2026 | hashboard.zip | 2 |
| 1.0.2 | Dec 8, 2025 | hashboard.zip | 0 |
| 1.0.1 | Dec 7, 2025 | hashboard.zip | 11 |
| 1.0.0 | Sep 18, 2025 | hashboard.zip | 0 |
| 0.9.4 | May 27, 2025 | hashboard.zip | 0 |
| 0.9.1 | Nov 10, 2022 | hashboard.zip | 6 |
| 0.9.0 | Jan 24, 2021 | hashboard.zip | 1 |
| 0.8.8 | Feb 4, 2020 | hashboard.zip | 4 |
| 0.8.7 | Jan 7, 2020 | hashboard.zip | 2 |
| 0.8.6 | Jan 6, 2020 | hashboard.zip | 2 |
| 0.8.5 | Dec 20, 2019 | hashboard.zip | 3 |
| 0.8.4 | Dec 19, 2019 | hashboard.zip | 3 |
| 0.8.3 | Dec 16, 2019 | hashboard.zip | 4 |