minex / telegram_audiences_messages
Installs: 98
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/minex/telegram_audiences_messages
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: 2025-12-19 11:29:50 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