Download the PHP package aghfatehi/laravel-whatsapp-api without Composer
On this page you can find all versions of the php package aghfatehi/laravel-whatsapp-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download aghfatehi/laravel-whatsapp-api
More information about aghfatehi/laravel-whatsapp-api
Files in aghfatehi/laravel-whatsapp-api
Download aghfatehi/laravel-whatsapp-api
More information about aghfatehi/laravel-whatsapp-api
Files in aghfatehi/laravel-whatsapp-api
Vendor aghfatehi
Package laravel-whatsapp-api
Short Description Meta WhatsApp Cloud API integration for Laravel 9-13. Supports all API services: messaging, media, templates, phone numbers, business profile, webhooks, QR codes, and conversations.
License MIT
Package laravel-whatsapp-api
Short Description Meta WhatsApp Cloud API integration for Laravel 9-13. Supports all API services: messaging, media, templates, phone numbers, business profile, webhooks, QR codes, and conversations.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-whatsapp-api
aghfatehi/laravel-whatsapp-api
Meta WhatsApp Cloud API integration for Laravel 9–13.
Supports all API services: messaging, media, templates, phone numbers, business profile, webhooks, QR codes, two-step verification, and conversations.
Installation
Configuration
Add to your .env:
Quick Start
All Services
Messages
Media
Phone Numbers
Business Profile
Templates
QR Codes
Two-Step Verification
Conversations
Webhook
The package auto-registers these routes:
GET /api/whatsapp/webhook— webhook verificationPOST /api/whatsapp/webhook— incoming messages + status updates
Multi-Connection
Define connections in config/whatsapp.php:
Artisan Commands
Database Support
The package is database-agnostic — it does not ship migrations.
You can store WhatsApp data in any database:
- MySQL / MariaDB — default, no changes needed
- PostgreSQL — no changes needed
- SQLite — no changes needed
- MongoDB — add
mongodb/laravel-mongodbpackage
Testing
License
MIT
All versions of laravel-whatsapp-api with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
guzzlehttp/guzzle Version ^7.0
illuminate/http Version ^9.0 || ^10.0 || ^11.0 || ^12.0 || ^13.0
illuminate/support Version ^9.0 || ^10.0 || ^11.0 || ^12.0 || ^13.0
illuminate/contracts Version ^9.0 || ^10.0 || ^11.0 || ^12.0 || ^13.0
psr/log Version ^1.0 || ^2.0 || ^3.0
guzzlehttp/guzzle Version ^7.0
illuminate/http Version ^9.0 || ^10.0 || ^11.0 || ^12.0 || ^13.0
illuminate/support Version ^9.0 || ^10.0 || ^11.0 || ^12.0 || ^13.0
illuminate/contracts Version ^9.0 || ^10.0 || ^11.0 || ^12.0 || ^13.0
psr/log Version ^1.0 || ^2.0 || ^3.0
The package aghfatehi/laravel-whatsapp-api contains the following files
Loading the files please wait ...