tcshabin / bot-notification-api
Simple notification API for Telegram and Matrix (Element). Works with Core PHP and Laravel.
v1.0.0
2026-02-09 08:48 UTC
Requires
- php: ^8.0
README
A lightweight PHP notification package for sending messages via:
- ✅ Telegram
- ✅ Matrix (Element)
- ✅ Slack
- ⚠️ WhatsApp Cloud API (free tier)
Designed to work with:
- ✔ Core PHP
- ✔ Laravel
- ✔ Any PSR-4 compatible framework
No database required.
Features
- Simple API
- No framework lock-in
- Production-safe integrations
- Media support (Telegram & Matrix)
- Composer package
- Extensible design using interfaces
Requirements
- PHP 8.0+
- cURL extension enabled
- Composer
Installation
Via Composer (recommended)
composer require tcshabin/notification-bot-api