manifest / integrations / universal-telegram
Telegram Operations Hub for WordPress
Bidirectional Telegram bot connectivity: multiple bot profiles, destinations, outbound queue, authenticated inbound webhook, retry, rate limiting, circuit breaking, dead-letter handling, and diagnostics.
by magpern · github.com/magpern/universal-telegram · website
★ 0stars
1release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/magpern/universal-telegram/releases/download/v0.19.1/universal-telegram-0.19.1.zipFrom the readme
Telegram Operations Hub for WordPress
A WordPress plugin bringing WooCommerce and site events into Telegram, with an operator conversation workflow and controlled AI assistance. This repository is at milestone M00 (Product Foundation): no end-user functionality ships yet — see docs/milestones/m00-product-foundation.md.
Requirements
- WordPress 6.9+ (tested up to 7.1)
- PHP 8.1+
- WooCommerce is a genuinely optional integration (docs/adr/0003-optional-woocommerce-integration.md)
Development
This repository is developed entirely through Docker; no host installation of PHP, Composer, or Node is required or expected.
Releases
Pushing an annotated vX.Y.Z tag on main runs
.github/workflows/release.yml: it re-runs PHPCS / PHPStan / unit tests and one
real "install the built ZIP into WordPress" acceptance leg, builds
universal-telegram-.zip + .zip.sha256 with
scripts/build-release-package.sh (Docker wrapper
bin/docker/build-release-package.sh), verifies the packaged version equals the
tag (header + UNIVERSALTELEGRAMVERSION + readme.txt Stable tag), and
publishes a GitHub Release with both assets. Nothing generated is committed
(dist/ is .gitignored). Full procedure and the canonical
Read the full README on GitHub →