Download the PHP package asim-altayb/whatsapp-api-laravel without Composer
On this page you can find all versions of the php package asim-altayb/whatsapp-api-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download asim-altayb/whatsapp-api-laravel
More information about asim-altayb/whatsapp-api-laravel
Files in asim-altayb/whatsapp-api-laravel
Package whatsapp-api-laravel
Short Description Help You to Deal with whatsapp Api Cloud.
License MIT
Informations about the package whatsapp-api-laravel
THIS LIBRARY CLONED FROM "netflie/whatsapp-cloud-api" AS NATIVE PHP AND DEVELOPED TO SUPPORT LARAVEL APPLICATIONS
What It Does
This package makes it easy for developers to access WhatsApp Cloud API service in their PHP code.
The first 1,000 conversations each month are free from WhatsApp Cloud API. A conversation.
Getting Started
Please create and configure your Facebook WhatsApp application following the "Get Stared" section of the official guide.
Minimum requirements – To run the SDK, your system will require PHP >= 7.4 with a recent version of CURL >=7.19.4 compiled with OpenSSL and zlib.
Installation
Composer Dump to load files
Quick Examples
Send a text message
Send a document
You can send documents in two ways: by uploading a file to the WhatsApp Cloud servers (where you will receive an identifier) or from a link to a document published on internet.
Send a template message
You also can build templates with parameters:
Send an audio message
Send an image message
Send a video message
Send a sticker message
Stickers sample: https://github.com/WhatsApp/stickers
Send a location message
Send a contact message
Send a list message
Features
- Send Text Messages
- Send Documents
- Send Templates with parameters
- Send Audios
- Send Images
- Send Videos
- Send Stickers
- Send Locations
- Send Contacts
- Send Lists
Getting Help
- Ask a question on the Discussions forum
- To report bugs, please open an issue
Changelog
Please see CHANGELOG for more information what has changed recently.
Testing
You also can run tests making real calls to the WhastApp Clou API. Please put your testing credentials on WhatsAppCloudApiTestConfiguration file.
Contributing
Please see CONTRIBUTING for details.
License
The MIT License (MIT). Please see License File for more information. Please see License file for more information.
Disclaimer
This package is not officially maintained by Facebook. WhatsApp and Facebook trademarks and logos are the property of Meta Platforms, Inc.
All versions of whatsapp-api-laravel with dependencies
guzzlehttp/guzzle Version ^7.0
illuminate/support Version ^6.9|^7.0|^8.0|^9.0|^10.0
myclabs/php-enum Version ^1.8
vlucas/phpdotenv Version ^5.4