Download the PHP package junandia/larawaba without Composer
On this page you can find all versions of the php package junandia/larawaba. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download junandia/larawaba
More information about junandia/larawaba
Files in junandia/larawaba
Package larawaba
Short Description Simple WhatsApp Business SDK for Laravel applications.
License MIT
Informations about the package larawaba
Larawaba: WhatsApp Business Cloud API SDK for Laravel
Bahasa Indonesia
English
Larawaba is a lightweight and efficient Laravel SDK for interacting with the WhatsApp Business Cloud API (Meta). Designed for ease of use with auto-discovery features, automatic webhook management, and an event-driven architecture.
Features
- [x] Zero Config Webhook: Automatic verification and webhook handler.
- [x] Event-Driven: Uses Laravel Event
MessageReceivedto process incoming messages. - [x] Fluent Messaging: Send text messages with a single line of code.
- [x] Auto-Discovery: Automatically registered in your Laravel application.
Installation
Configuration
Add your credentials to your .env file:
Usage
1. Sending Messages
2. Handling Incoming Messages (Listener)
Register the listener in AppServiceProvider.php:
Bahasa Indonesia
Larawaba adalah SDK Laravel yang ringan dan efisien untuk berinteraksi dengan WhatsApp Business Cloud API (Meta). Didesain untuk kemudahan penggunaan dengan fitur auto-discovery, manajemen webhook otomatis, dan arsitektur berbasis event.
Fitur Utama
- [x] Zero Config Webhook: Verifikasi dan handler webhook otomatis.
- [x] Event-Driven: Menggunakan Event Laravel
MessageReceiveduntuk memproses pesan masuk. - [x] Fluent Messaging: Kirim pesan teks hanya dengan satu baris kode.
- [x] Auto-Discovery: Otomatis terdaftar di aplikasi Laravel Anda.
Instalasi
Konfigurasi
Tambahkan kredensial WhatsApp Business Anda ke dalam file .env:
Penggunaan
1. Mengirim Pesan
2. Menangani Pesan Masuk (Listener)
Daftarkan listener di AppServiceProvider.php:
License
The MIT License (MIT). See LICENSE for more information.
All versions of larawaba with dependencies
illuminate/http Version ^9.0|^10.0|^11.0
illuminate/support Version ^9.0|^10.0|^11.0
illuminate/routing Version ^9.0|^10.0|^11.0