Telegram module for the Zerp ERP platform. Telegram notification integration module for the Zerp ERP platform
- PHP 8.2+
- A Laravel application with package auto-discovery enabled (built for Zerp, Laravel 12)
composer require zerp/telegramThe package auto-registers via Laravel's package discovery — no manual service provider registration needed.
Zerp\Telegram\Providers\TelegramServiceProvider— boots this module's routes, migrations, and settings- Frontend pages/components under
src/Resources/js
MIT — see LICENSE.