Laravel WhatsApp is the missing WhatsApp layer for Laravel — both official Cloud API and personal accounts behind a single, clean facade, with a full admin dashboard out of the box. Most real-world apps need both WhatsApp worlds: the Cloud API for transactional and template messages at scale, and a web-based connection for the features Cloud API doesn't expose — groups, status, freeform chats from a personal number. Wiring up either one is a project on its own. Wiring up both is a nightmare.
No reviews yetBe the first to leave a review for Laravel WhatsApp
Maker
📌
Hey Product Hunt! 👋
I built Laravel WhatsApp because I kept hitting the same wall on client projects: the Cloud API is great for transactional/template sends, but it can't touch groups, status, or personal-number chats. So you end up gluing together two completely different integrations.
This package unifies both behind one facade and ships with a proper admin dashboard, so you're not building the UI from scratch either. It's fully tested and runs on Laravel 11–13.
Would love your feedback — happy to answer any questions about the architecture or roadmap!
Report
the dashboard being included out of the box is genuinely thoughtful, saves you from bolting on Filament or building that side yourself. clean facade pattern too, feels very on-brand for laravel without overdoing it.
the dashboard being included out of the box is genuinely thoughtful, saves you from bolting on Filament or building that side yourself. clean facade pattern too, feels very on-brand for laravel without overdoing it.
@enoldemirkfdby Thanks for your valuable feedback
The unified facade for both Cloud API and personal account connection is genuinely clever, saves what would easily be weeks of brittle glue code.
@nehir238420 Thanks For the feedback