minex / telegram_audiences_messages
Package info
github.com/minexLA/telegram_audiences_messages
pkg:composer/minex/telegram_audiences_messages
1.2.1
2025-11-19 11:16 UTC
Requires
- php: ^8.0|^8.1
- ext-json: *
- illuminate/console: ^8.0|^9.0|^10.0|^11.0
- illuminate/contracts: ^8.0|^9.0|^10.0|^11.0
- illuminate/database: ^8.0|^9.0|^10.0|^11.0
- illuminate/support: ^8.0|^9.0|^10.0|^11.0
Requires (Dev)
- larastan/larastan: 1.0
- laravel/pint: ^1.5.0
- orchestra/testbench: ^6.0|^7.0|^8.0
This package is auto-updated.
Last update: 2026-02-19 11:47:39 UTC
README
This package allow you to easily create cohorts of users with custom filters support and then create a messages to send to them.
✨ Features
✅ Audience Management
- Create and manage audiences dynamically.
- Supports custom filters for flexible targeting.
- Useful for mass campaigns or segmented user messaging.
✅ Telegram Message Builder
- Easily create Telegram messages
- Mass broadcasts.
- On-demand sending using triggers or scheduled workflows.
- Supports:
- Plain text and HTML formatting.
- Inline buttons with links.
- Image or video attached to message.
✅ Trigger-Based Sending
- Custom triggers from your workflows.
✅ Built for Laravel
- Supports Laravel 8, 9, 10.
🚀 Installation
You can install the package via Composer:
composer require minex/telegram_audiences_messages
📦 Publishing Assets
You can publish the package assets using the vendor:publish command.
🚀 Publish Configuration
To publish the configuration file:
php artisan vendor:publish --tag=telegram_audiences_messages-config