Download the PHP package algmass/whatsapp without Composer
On this page you can find all versions of the php package algmass/whatsapp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download algmass/whatsapp
More information about algmass/whatsapp
Files in algmass/whatsapp
Package whatsapp
Short Description Laravel WhatsApp integration using Green API (text messages only)
License MIT
Informations about the package whatsapp
Laravel WhatsApp Package (ali-algmass/laravel-whatsapp)
A lightweight, clean, and extensible Laravel package for sending WhatsApp text messages using multiple WhatsApp integrations. This package supports sending simple text messages only, with an extendable architecture that lets you plug in any WhatsApp provider (Green API, Meta WhatsApp Cloud API, UltraMsg, etc.).
🇬🇧 English Documentation
📦 Overview
ali-algmass/laravel-whatsapp is a Laravel package that provides a unified API for sending WhatsApp messages using different WhatsApp providers.
✔ Supports multiple drivers ✔ Clean Strategy Pattern architecture ✔ Simple Facade for sending messages ✔ Easy configuration and auto-discovery ✔ Focused on sending text messages only
🚀 Installation
1. Require the package
⚙️ Configuration
Publish the configuration file:
This creates:
.env Example
🔧 Usage
Send a simple WhatsApp text message
🧠 Architecture
Design Patterns Used
- Strategy Pattern → for drivers
- Facade Pattern → for clean API
- Service Container Bindings
- Config-based driver resolution
🧪 Testing
📄 License
MIT License.
🇸🇦 الوثائق العربية
📦 نظرة عامة
باكدج ali-algmass/laravel-whatsapp هو حل بسيط ونظيف لدمج إرسال رسائل واتس آب في Laravel.
✔ يدعم أكثر من مزود WhatsApp ✔ مبني باستخدام استراتيجية Drivers ✔ واجهة استخدام بسيطة جدًا عبر Facade ✔ الإرسال يدعم نص فقط ✔ جاهز لإضافة أي Driver جديد بسهولة
🚀 التثبيت
⚙️ الإعداد
لنشر ملف الإعدادات:
سيتم إنشاء ملف:
إعدادات ملف .env
🔧 الاستخدام
إرسال رسالة نصية عبر واتس آب
🧠 الهيكل المعماري
الأنماط البرمجية المستخدمة
- Strategy Pattern لإدارة الـ Drivers
- Facade Pattern لتبسيط الاستخدام
- Service Container
- التحميل عبر config
📄 الترخيص
الباكدج تحت رخصة MIT ومتاح للاستخدام الحر.