tcshabin/bot-notification-api

Simple notification API for Telegram and Matrix (Element). Works with Core PHP and Laravel.

Maintainers

Package info

github.com/tcshabin/bot-notification-api

pkg:composer/tcshabin/bot-notification-api

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0 2026-02-09 08:48 UTC

This package is auto-updated.

Last update: 2026-04-10 09:49:52 UTC


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